Write an application in C# that will help track students grades
Write an application in C# that will help track students' grades by classification and major. The program should store students' names, classification and major. The program will include a parallel array for studentName and classByMajor (a two dimensional array that will store 4 classifications (freshman, sophomore, junior, and senior) and 3 majors (CIS, BUS, MGT)). Allow the user to input the student's name and any number of grades. Do a compile-time initialization of the student's classification and majors. Produce a report by showing the average grades by student.
console asks user input for grades = grade one, two and so on , calculates average and outputs:
John Doe CIS Freshman = x total average grade for x (3 grades of 80 , 89, 90) number of grades.
12 years ago
Purchase the answer to view it

- studentgrades.zip