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 | Feb 25, 2021 | Grade 11, Grade 11 - OOP, Grade 11 - String and Character Handling
Using methods to manipulate Strings while using OOP principles. Example Input: Steve Eilertsen Output: First Name: STEVE Last Name: EILERTSEN Name and initial: EILERTSEN S This program uses one class and various static methods and variables to manipulate a String....
by Editorial | Jul 24, 2020 | Grade 12, Grade 12 - OOP
Object Orientated Programming (OOP) is at the heart of the Java syllabus and features in both the theory and the practical exam paper. Short easy overview. Version Two. Click here. OOP in practice – both theory and practical. Click here. OOP in practice –...