0

C++

Write C++program to read one character and print’’Capital letter’’if the character is capital. print ‘’small letter’’if the character is small letter.print’’Digit’’if the character is a special symbol.

23rd Dec 2017, 9:39 AM
Hussam Raheem
Hussam Raheem - avatar
5 Answers
+ 10
ASCII.
23rd Dec 2017, 10:06 AM
Hatsy Rei
Hatsy Rei - avatar
+ 7
I think you can do this yourself, as if you can't you need to study more. Also, refer to this header: www.cplusplus.com/reference/cctype
23rd Dec 2017, 10:32 AM
Solo Wanderer 4315
Solo Wanderer 4315 - avatar
+ 3
https://code.sololearn.com/cKaRzBUC89aw/?ref=app
23rd Dec 2017, 12:21 PM
Michael Simnitt
Michael Simnitt - avatar
+ 2
Is this supposed to be a challenge ? (update) oh yeah, I got so hyped up because it's my first C++ code that I totally forgot to post it here...
23rd Dec 2017, 12:00 PM
Nonov Urbiznes
Nonov Urbiznes - avatar
2nd Jan 2018, 1:02 PM
Nonov Urbiznes
Nonov Urbiznes - avatar