Write a program that inputs the first name, middle initial (without the period), and last name of a user and display that person's name with the first name first, middle initial followed by a period, and last name. You will need the following variables: firstname (a string) middle initial ( a string) last name (a string)