QUESTION/PROBLEM You are required to write a complete C++ program for a simple grading system. You need to input student name and mark. Write a function calMark() to receives student name and mark,...


QUESTION/PROBLEM<br>You are required to write a complete C++ program for a simple grading system. You need to input<br>student name and mark. Write a function calMark() to receives student name and mark, then the<br>system will determine their respective grades and display the grades based on the following table:<br>Marks<br>Grade<br>80 < marks < 100<br>A<br>70 < marks < 79<br>В<br>60 < marks < 69<br>50 < marks < 59<br>D<br>40 < marks < 49<br>E<br>marks < 39<br>F<br>The example of output as shown below:<br>GRADING SYSTEM<br>Enter Student Name : HASSAN<br>Enter TestMark : 89<br>>>> Grade : A<br>Do you want to continue? Y for yes, N for No==><br>

Extracted text: QUESTION/PROBLEM You are required to write a complete C++ program for a simple grading system. You need to input student name and mark. Write a function calMark() to receives student name and mark, then the system will determine their respective grades and display the grades based on the following table: Marks Grade 80 < marks="">< 100="" a="" 70="">< marks="">< 79="" в="" 60="">< marks="">< 69="" 50="">< marks="">< 59="" d="" 40="">< marks="">< 49="" e="" marks="">< 39="" f="" the="" example="" of="" output="" as="" shown="" below:="" grading="" system="" enter="" student="" name="" :="" hassan="" enter="" testmark="" :="" 89="">>> Grade : A Do you want to continue? Y for yes, N for No==>

Jun 03, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here