Write a C program to check whether a character is an uppercase or lowercase

Write a C++ program to check whether a character is an uppercase or lowercase alphabet by using the switch statement.

Flowchart of the program to check a character is lowercase or an uppercase

Flowchart of the program to check a character is lowercase or an uppercase 

C++ program to check whether a character is lowercase or an uppercase

Output

ENTER a character

R character R is upper case character

SFT (Shamil’s Flow Table )

Are you interested to Read about SFT(Shamil’s Flow Table)?

Explanation of logic of program to check a character is lowercase or an uppercase 

Read More Similar Programs 

  1. program to check  character is small, capital, or a special character
  2. program to check character is an alphabet, digit or special character
  3. program to check whether a character is uppercase or lowercase alphabet, Using if else.
  4. program that checks whether the character is an alphabet or not