


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Assignment; Class: COMPUTER SCIENCE I; Subject: Computer Science and Engineering ; University: University of Nebraska - Lincoln; Term: Spring 2006;
Typology: Assignments
1 / 4
This page cannot be seen from the preview
Don't miss anything!



Note : This assignment is to be completed individually - collaboration is strictly prohibited. Points : 100 points
Objectives
The objectives of this homework assignment:
Problem Description
This is a continuation of your CSE Grade Book (Homework Assignment #3). Statistical information is important when analyzing grade data and your professor needs your help to sort and provide statistical data for the student’s grades in his class.
(c) ClassGrades.java that holds the name of the class the students are taking and all of the instances of student. It should also sort them and generate a statistical summary. Note this class should maintain two arrays to store the students; one with the students in the original order they were entered and a second sorted array. (d) Gradebook.java that provides all of the functionality of the class created in Homework Assignment #3. It should also have a text area that displays the students’ grades as they are entered ( Hint: You should reuse some of your Gradebook.java class from Homework Assignment #3 or use (and acknowledge) the Gradebook.java class provided as the solution online).
Appendix