In Programming Challenge, write a program (like the programs in this chapter) to solve the given problem. Include appropriate input prompts and annotate output.
Write a program that inputs the first name, middle initial (without the period), and last name of a user and displays that person’s name with the first name first, middle initial followed by a period, and last name last. You will need the following variables:
FirstName (a String) | MiddleInitial (a String) |
LastName (a String) |
|
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.