Write a program that inputs the first name, middle initial (without the period), and last name of

Question:

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)

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

Step by Step Answer:

Related Book For  book-img-for-question

Prelude To Programming

ISBN: 9780133741636

6th Edition

Authors: Stewart Venit, Elizabeth Drake

Question Posted: