Create a C++ program that computes the grade of a student using the formula Grade = 30% Major Exam + 25% average of 2 Long quiz +25% Activity + 20% average of 3 short quizzes. Determine the grade and...


Create a C++ program that computes the grade of a student using the formula<br>Grade = 30% Major Exam + 25% average of 2 Long quiz +25% Activity + 20% average of 3 short quizzes.<br>Determine the grade and the equivalent grade obtained for the numerical value in the following grade<br>marks:<br>Grade<br>Equivalent<br>Grade<br>Equivalent<br>Grade<br>Equivalent<br>98 – 100<br>1.00<br>83 – 85<br>2.25<br>Below 70<br>Failed<br>95 – 97<br>1.25<br>80 - 82<br>2.50<br>92 – 94<br>1.50<br>77- 79<br>2.75<br>89 – 91<br>1.75<br>74 – 76<br>3.00<br>86 - 88<br>2.00<br>71 - 73<br>INC<br>

Extracted text: Create a C++ program that computes the grade of a student using the formula Grade = 30% Major Exam + 25% average of 2 Long quiz +25% Activity + 20% average of 3 short quizzes. Determine the grade and the equivalent grade obtained for the numerical value in the following grade marks: Grade Equivalent Grade Equivalent Grade Equivalent 98 – 100 1.00 83 – 85 2.25 Below 70 Failed 95 – 97 1.25 80 - 82 2.50 92 – 94 1.50 77- 79 2.75 89 – 91 1.75 74 – 76 3.00 86 - 88 2.00 71 - 73 INC

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here