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.
5 Answers
+ 10
ASCII.
+ 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
+ 3
https://code.sololearn.com/cKaRzBUC89aw/?ref=app
+ 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...
0
So here we go :
https://code.sololearn.com/cRYK9LzjRXV5/?ref=app