Question: The code has to be in C++ 1) Write a program that prints whether a char is number (0-9), a lowercase letter (a-z), a capital
1) Write a program that prints whether a char is number (0-9), a lowercase letter (a-z), a capital letter (A-Z), or other (any other character). Use what we have learned about chars, explicit casting, if else statements, printing, and the ASCII table to do this. Provide a test suite along with the code you wrote as your
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
