Print the number of capital letters and lower case letters


Write a program that will allow a user to enter in a sentence of up to 100 characters. Then, take that sentence and print to screen the number of capital letters and lower case letters. Next, output the complete sentence in all lower case letters and then output the sentence on the next line in all upper case letters. Be sure to use a function for input that limits the number of characters read in so that if the user types in a sentence that's longer than 100 characters your program correctly handles it.

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Print the number of capital letters and lower case letters
Reference No:- TGS0540440

Expected delivery within 24 Hours