...

/

Example 9: Determine the Character Type

Example 9: Determine the Character Type

Learn how to determine the type of character entered.

We'll cover the following...

Problem

Write a program that takes a character as an input, and then determine using the ASCII whether the character entered is an upper case alphabet, a lower case alphabet, a digit, or a special symbol. Print your findings on the console.

The ASCII table is given below for your ...