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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!