View Single Post
  #1 (permalink)  
Old 07-18-2007, 10:06 PM
silvia silvia is offline
Member
 
Join Date: Jul 2007
Posts: 35
silvia is on a distinguished road
Help with implementation of the DataSet class
Hello, im having trouble completing a question in my big java book 2nd edition by Kay Horstmann.

The question is this:

Define a class Quiz that implements the Measurable interface. A quiz has a score and a letter grade (such as B+). Use the first implementation of the DataSet class to process a collection of quizzes.

Display the average score and the quiz with the highest score (both letter grade and score).

I know how to implement the measurable interface but im having trouble figuring out the rest.
I know this may seem like an easy question to you guys but any help is greatly appreciated.
Thanks.
Reply With Quote
Sponsored Links