C++ Your task is to make a C++ program that will allow the user to input his/her grades in 5 subjects. Your program will compute the average grade and will display the equivalent grade. RANGE GRADE...

Your task is to make a C++ program.C++<br>Your task is to make a C++ program that will allow the user to input his/her grades in 5 subjects.<br>Your program will compute the average grade and will display the equivalent grade.<br>RANGE<br>GRADE<br>97-100<br>1.00<br>94-96<br>1.25<br>91-93<br>1.50<br>88-90<br>1.75<br>85-87<br>2.00<br>82-84<br>2.25<br>79-81<br>2.50<br>76-78<br>2.75<br>75<br>3.00<br>74 and below<br>5.00<br>EXPECTED OUTPUT 1:<br>Subject 1: 82<br>Subject 2: 97<br>Subject 3: 93<br>Subject 4: 86<br>Subject 5: 90<br>Computed Average: 89.6<br>Equivalent Grade: 1.75<br>EXPECTED OUTPUT 2:<br>Subject 1: 90<br>Subject 2: 91<br>Subject 3: 92<br>Subject 4: 93<br>Subject 5: 94<br>Computed Average: 92<br>Equivalent Grade: 1.50<br>

Extracted text: C++ Your task is to make a C++ program that will allow the user to input his/her grades in 5 subjects. Your program will compute the average grade and will display the equivalent grade. RANGE GRADE 97-100 1.00 94-96 1.25 91-93 1.50 88-90 1.75 85-87 2.00 82-84 2.25 79-81 2.50 76-78 2.75 75 3.00 74 and below 5.00 EXPECTED OUTPUT 1: Subject 1: 82 Subject 2: 97 Subject 3: 93 Subject 4: 86 Subject 5: 90 Computed Average: 89.6 Equivalent Grade: 1.75 EXPECTED OUTPUT 2: Subject 1: 90 Subject 2: 91 Subject 3: 92 Subject 4: 93 Subject 5: 94 Computed Average: 92 Equivalent Grade: 1.50

Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here