Main.cc:14:23: warning: missing terminating " character cout<<"Lower Letter""; ^ Main.cc:14:3: error: missing terminating " character cout<<"Lower Letter""; ^ Main.cc: In function 'int main()': Main.cc:15:2: error: expected ';' before '}' token }else if(c<=0&&c>=9){ ^