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.