Note: Please code this exercise on your computer IDE.

Coding Exercise 3

Create a program that prompts the user to input their name repeatedly. Then, the program repeatedly prints out the name with the first letter capitalized.

In other words, the program should behave as in the screenshot below:

Solution