Jordan University of science and Technology has the following rules for grading system; the IT department administrator in the university wants to automate the grading system, by writing a C++...


Write a program in C++ language, please


Jordan University of science and Technology has the following rules for grading<br>system; the IT department administrator in the university wants to<br>automate the grading system, by writing a C++ program.<br>The administrator wants your help to having a computer program<br>that reads N of grades for M students and gets the average reading.<br>Then the program should decide the student status up to the following:<br>50 to 59 - C<br>60 to 80<br>B<br>Above 80 toо 100 - A<br>Can you write this program?<br>Note that the last student's average is not followed by new line.<br>Constraints<br>0 < N, M,G <= 100<br>Input Format<br>Tow integer number N representing the grades number<br>and M representing the student's number.<br>(Use integer variables and ignore the fractional part in the result)<br>Output Format<br>Integer number represents the average for each student.<br>And what it represents in the new grading system<br>as one character (one of the following C, B, A).<br>Sample #1<br>Input<br>2 3<br>85 83 84<br>75 72 80<br>Output<br>84 (A)<br>The Average of student 1 =<br>The Average of student 2 = 75(B)<br>Sample #2<br>Input<br>3 4<br>90 95 90<br>70 72 79<br>55 56 59<br>Output<br>The Average of student 1 =<br>The Average of student 2 =<br>The Average of student 3 = 59(C)<br>86 (A)<br>65(B)<br>

Extracted text: Jordan University of science and Technology has the following rules for grading system; the IT department administrator in the university wants to automate the grading system, by writing a C++ program. The administrator wants your help to having a computer program that reads N of grades for M students and gets the average reading. Then the program should decide the student status up to the following: 50 to 59 - C 60 to 80 B Above 80 toо 100 - A Can you write this program? Note that the last student's average is not followed by new line. Constraints 0 < n,="" m,g=""><= 100="" input="" format="" tow="" integer="" number="" n="" representing="" the="" grades="" number="" and="" m="" representing="" the="" student's="" number.="" (use="" integer="" variables="" and="" ignore="" the="" fractional="" part="" in="" the="" result)="" output="" format="" integer="" number="" represents="" the="" average="" for="" each="" student.="" and="" what="" it="" represents="" in="" the="" new="" grading="" system="" as="" one="" character="" (one="" of="" the="" following="" c,="" b,="" a).="" sample="" #1="" input="" 2="" 3="" 85="" 83="" 84="" 75="" 72="" 80="" output="" 84="" (a)="" the="" average="" of="" student="" 1="The" average="" of="" student="" 2="75(B)" sample="" #2="" input="" 3="" 4="" 90="" 95="" 90="" 70="" 72="" 79="" 55="" 56="" 59="" output="" the="" average="" of="" student="" 1="The" average="" of="" student="" 2="The" average="" of="" student="" 3="59(C)" 86="" (a)="">

Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here