In: Computer Science
You have been asked to write program that allows the user to input a first name, middle initial (without the period), and last name of a user and then display that person’s name with the first, middle initial followed by a period, and last name last.
BEFORE creating the program, use structured programming principles to document how you are going to develop the program. Use Microsoft Word to complete this part of the assessment. Answer each of the following areas:
Solve a problem by following the steps of the program development cycle.
Design the program in a modular fashion.
Design each module as a series of sequence control structures.
Use Microsoft Word to complete