You are to create a coursegrades application that simulates


You are to create a CourseGrades application that simulates a grade book for a class with six students that each has 5 test scores. The CourseGrades application should use a GradeBook class that has a member variables grades, which is a two-dimensional array of integers, and methods getGrades() for prompting the user for the test grades for each student, showGrades() that displays the grades for the class, studentAvg() that has a student number parameter and then returns the average grade for that student, testAvg() that has a test number parameter and then returns the average grade for that test.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: You are to create a coursegrades application that simulates
Reference No:- TGS0646646

Expected delivery within 24 Hours