Question: Write a C code that asks the user to enter a character. The program should print whether the user has entered upper case or lower
Write a C code that asks the user to enter a character. The program should print whether the user has entered upper case or lower case letter. Assume that user inputs only characters from a-z and A-Z Sample Output 1: Enter a character: R ou have entered an upper case character Press any key to continue - Sample Output 2 Enter a character: y You have entered an lover case character Press any key to continue
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
