Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

An organisation delivers several topics (subjects).  Students are graded against each topic.  You are required to store the top score for each topic. 

We’ve designed the application so that it comprises of three core classes:

  • A class to find the highest number from an array of integers.

  • A class to find the highest score for a topic.

  • A class to write the topic and score to a file on the disk.

...

Info

You are going to follow a TDD approach to find the highest score for a series of topics

...