Design a program that prompts the user to enter a string containing multiple sentences, and then displays

Question:

Design a program that prompts the user to enter a string containing multiple sentences, and then displays the string with the first character of each sentence capitalized. For instance, if the user enters

“hello. my name is Joe. what is your name?” the program should display “Hello. My name is Joe.

What is your name?”

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: