C Programmiing hw
HONOR CODE
COMP-3130-01
C Programming
Assignment-3
Due on 03/02/2016
|
I pledge my honor that I have neither given nor received aid on this work. Do not sign until after you have completed your assignment.
|
|
|
Name: |
Signature:
|
Write a C program that generates and displays grades of 6 courses for 20 students.
a) Use 2-D array to hold and process the grades.
b) All grades must be random number between 60 and 100.
c) Average grade of each student must be calculated;
d) Average grade of each course also needs to be calculated.
Display the average grades and all the original grades in the format shown below.
Requirements for assignment reports
· The cover page must be attached.
· For each programming question, the submission must contain the program itself printed out from the IDE, description of the input and output of the program, and running page (screen shot) which shows that the program works for all cases.
Page 2 of 2