2010-05-27 06:40:06 UTC
1. five quizzes, each graded out of 10 points
2. a midterm exam graded out of 100 points
3. a final exam, graded out of 100 points
The defining class should contain a constructor with parameters for student’s name, test marks, midterm mark and final exam.
The defining class will have one method to calculate a student’s numeric grade and their final letter grade. Grade items will be weighted as follows:
1. final exam counts for 25% of the final mark
2. midterm counts for 25%
3. five quizzes together count for a total of 50%.
The method should output both the calculated, numeric grade and the final letter grade.
Write a tester class to test your application. Use the constructor to create five students and initialize the instance variables for each student. Invoke the method to calculate the numeric grade and final letter grade for each student. Output each student’s name and show their numeric grade and letter grade.
______________________________________…
now my question is im just not sure where to get started with it, im really having trouble with this course and have just got the constructor concept last night after watch youtube videos lol