Question: Need help with this C++ program, the specs are you have to use only functions, loops, and decisions. Each function needed is listed in the

Need help with this C++ program, the specs are you have to use only functions, loops, and decisions. Each function needed is listed in the pics, with a sample of how the program should look at the end. Thanks.

Need help with this C++ program, the specs are you have touse only functions, loops, and decisions. Each function needed is listed inthe pics, with a sample of how the program should look atthe end. Thanks. Specifications Each function of the project is specified in

Specifications Each function of the project is specified in detail below. Failure to follow the specifications, even if the proaram executes correctly will result in deduction of pointAs always, if you would like to make a modification to the specifications, email the instructor and ask permission You should use only the C+language structures we have studied in class. In particular, do not use Classes or Arrays. Also, do not use any built-in C++functions other than the following (again, you may ask for permission to use others) setw), setprecision O, cin.ignore (), cin.getline ), to string ) printLogo Prints a logo as shown in the examples below. Make up your own program name if you wish. Include your name in the logo askNumber) Given:a question to ask the user - a maximum number Return: the valid number entered by the user Prints the given question and allows the user to enter a number (which may have a decimal point). It should validate the user's input to be between zero and the maximum given, using the error message Invalid input. Enter a number between and maximum The question should be left-justified and printed in a field width of 40 Example: when given "Enter a score" and a maximum of 4 Enter a score: Invalid input Enter a number between 0 and 4! Enter a score: 5 Invalid input. Enter a number between 0 and 4! Enter a score: The 3.5 is returned NOTE: when needed, use reserved words left and right for justification in a cout. cout

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!