Gr 10 – Reading text file

If you use a “one class, one main method” approach to grade 10 Java, this is a good end-of-year exercise revising the work done during the year. This program reads in a text file of “learner houses” and “money raised”. It totals the...

Gr 12 – Irregular Text Files

You must be able to read from a text file regardless of its layout or structure eg an “irregular text file” has a variable number of data items per row of data in the text file. From 2022 text files are also likely to contain date/time information. Here is...