Question: important: use conditional if-else statements, and use both AND and OR operators. Use char for type of variable assigned to user input. example: (a &&

Description: Given the following ASCII Table that shows the range of ASCII values for various characters Write a program to determine whether the character entered by user is a capital letter, a small case letter, a digit or a special symbol. Expected sample input/output: Enter any character:B Character is a capital letter Enter any character:d Character is a small letter Enter any character:5 Character is a digit Enter any character:\$ Character is a special symbol
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
