by Editorial | Aug 23, 2025 | Grade 10, Grade 10 - Core
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...
by Editorial | Oct 12, 2020 | Grade 12, Grade 12 - 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...