Problem

(Program) a. Write, compile, and run a C++ program that accepts a character as input dat...

(Program) a. Write, compile, and run a C++ program that accepts a character as input data and determines whether the character is a lowercase letter. A lowercase letter is any character that’s greater than or equal to “a” and less than or equal to “z.” If the entered character is a lowercase letter, display the message “The character just entered is a lowercase letter.” If the entered letter isn’t lowercase, display the message “The character just entered is not a lowercase letter.”

b. Modify the program written for Exercise 14a to also determine whether the entered character is an uppercase letter. An uppercase letter is any character greater than or equal to “A” and less than or equal to “Z.”

Step-by-Step Solution

Request Professional Solution

Request Solution!

We need at least 10 more requests to produce the solution.

0 / 10 have requested this problem solution

The more requests, the faster the answer.

Request! (Login Required)


All students who have requested the solution will be notified once they are available.
Add your Solution
Textbook Solutions and Answers Search
Solutions For Problems in Chapter 4.2