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
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, quizi, 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 quiz1. 1.2.5 quiz2.. .5 quiz3. .4 total. . 11.5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
