(C++)
2. Request a character from the console. Use an if/else to output if the character is an uppercase letter, a lowercase letter, or neither a letter nor a number.
Example 1 Output (input in bold italics)
Input a character: A
A is an uppercase letter.
Example 2 Output (input in bold italics)
Input a character: k
k is a lowercase letter.
Example 3 Output (input in bold italics)
Input a character: 5
5 is a number
Example 4 Output (input in bold italics)
Input a character: #
# is not a number or a letter
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here