Array Assignment: You are to create a CourseGrades application that simulates a
ID: 3646929 • Letter: A
Question
Array Assignment:
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.
Hints:
You should create a one-dimensional array to hold the student names. Remember that in arrays the first storage location index number is zero not one. To simplify the process you do not need to write a routine to read the student names into an array. You can use a statement similar to the following to store the student names.
String[] students={
Explanation / Answer
hope this link helps you. http://140.126.247.134/spock/docs/LVP_Java_text.pdf
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.