Can you help me how can this question be solved?🤔🤔 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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,%, {}.)

5th May 2020, 11:37 AM
Duha
Duha - avatar
1 Answer
+ 2
You should convert your variable from char to ascii , atoi function can do it
5th May 2020, 12:27 PM
Emre İRİŞ
Emre İRİŞ - avatar