Question: This program is a fancier version of the program in the first short C++ assignment. Your task is to write a program that: Asks the

This program is a fancier version of the program in the first short C++ assignment. Your task is to write a program that: Asks the user's first name, Adds "Hello" to the start of the name, Then prints it in the format below. (in this example, I have given "Ben" when asked for a name.) Note: There are 70 stars each on the top and bottom rows Note: The box must be perfectly square, regardless of what the user enters. (you will not be expected to handle input that's longer than 50 characters, and you will not be expected to handle input that contains non-ASCII characters e ) Note: The text should be centered. Note: You should use at least two functions other than main: one function to handle getting user input, and another function to handle generating and printing the output. *********** ******************************************* *** Hello Ben *** **********************************************************************
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
