Objective: Write a C++ program to calculate the correct answer for one of the qu
ID: 3620551 • Letter: O
Question
Objective:Write a C++ program to calculate the correct answer for one of the questions on the mid-term Exam, so the user can verify their results.
Then prompt the user to input their grades:
1. Lab Grades {(four (4)only), (out of 10 points each)
2. Mid-term project letter grade (A, B, C, D and F or a, b, c, d and f)
3. Mid-term Exam grade (xx/55 points)
Letter grades have the following numerical value A = 95, B = 85, C = 75, D = 65 and F = 55.
The weight for each grade is as follows: Labs; 40%, Project; 40% and Exam; 20%.
The user will be given a mid-term grade of A, B, C, D, or F on the console.
Explanation / Answer
Dear... Sample code: #include using namespace std; int main(int argc, char *argv[]) { int A = 0, B = 0, C = 0, D = 0, F = 0; int grade, total; cout > total; for (int count = 0; count == total; ++count) { coutRelated Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.