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 progr am 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 - Ç

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
100%

Write a program in C++ language, please 

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)
65(B)
Transcribed Image 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) 65(B)
Expert Solution
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY