Question: C++ program Question1: Write a C++ program that prompt the user to enter his/her name and three quizzes values and the total results. Use output
C++ program Question1: Write a C++ program that prompt the user to enter his/her name and three quizzes values and the total results. Use output manipulators(setw, setfill, left, right) to show the results to the user. Notice: quizzes values can be decimal numbers. Problem definition: Find the total results of 3 quizzes and output to the user name, quiz1, quiz2, quiz3, total as shown in the sample output. Sample Output: please enter your name: Sarah please enter three quizes results: 2.5 5 4 Name... Sarah quizi. .2.5 quiz2.. 5 quiz3. total. 11.5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
