Q2: Write C++ program to read student mark as integer type and prints out its corresponding grade using function void Grade(), the grade must be calculated based on following pattern: Average Mark...

Q2 c++Q2: Write C++ program to read student mark as integer type and<br>prints out its corresponding grade using function void Grade(), the<br>grade must be calculated based on following pattern:<br>Average Mark<br>Range<br>Grade<br>90-100<br>A<br>80-89<br>В<br>70-79<br>C<br>60-69<br>50-59<br>E<br>0-49<br>F<br>

Extracted text: Q2: Write C++ program to read student mark as integer type and prints out its corresponding grade using function void Grade(), the grade must be calculated based on following pattern: Average Mark Range Grade 90-100 A 80-89 В 70-79 C 60-69 50-59 E 0-49 F

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here