- 1
Can you help me how can this question be solved?đ€đ€
>Writing a C ++ program to read and print a letter if it is (0.9), uppercase (A..Z), lowercase (a, bc, ..z), special character (+, !, @ # S,%, {}.)
1 Answer
+ 2
You should convert your variable from char to ascii , atoi function can do it