Question: Use C++ code please (28 points) Write a program that can calculate your final score using the weights listed below. For simplicity we assume that
Use C++ code please

(28 points) Write a program that can calculate your final score using the weights listed below. For simplicity we assume that during the semester there are: (a) 3 quizzes 10 points each with the total weight 12% (b) 2 exams 100 points each with the total weight 60% (c) 4 assignments 100 each points with the total weight 28% Write a formula and then implement this formula in your program. Enter your hypothetical scores for each quiz, exam, and assignment, and print out the final score on the screen Example: Enter points for 3 quizzes: 8 9 7 Enter points for 2 exams: 89 92 Enter points for 4 assignment: 78 83 67 95 Then the program should print Your total score is 86.51%
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
