by Editorial | Apr 13, 2025 | Grade 10 - OOP, Grade 11 - OOP, Teacher
One thing I have learnt over the past 8 years teaching Java to high school students . . . do it fast and do it right. Teach OOP right away; out of the box – from lesson 101. The approach of doing “one class, one main method” for the first year, in my...
by Editorial | Feb 22, 2025 | Grade 11, Grade 11 - Date time, Grade 11 - Text Files, Teacher
Asks for your full name and ID number. Determines the time right now. It reformats the name. It reformats the date of birth from the ID number. It determines the gender from the ID number. It creates a single output String which it prints to both the monitor and an...
by Editorial | Feb 2, 2025 | Grade 11 - NetBeans, Grade 11 - OOP, Grade 11 - String and Character Handling
Here is a PowerPoint showing the following. Using String handling with OOP – a UI class for the interface and a manager class for the methods. Organizing your One Drive account with your coding projects using NetBeans.Passing a string parameter from one method...
by Editorial | Feb 11, 2020 | Grade 11, Grade 11 - OOP, Grade 11 - String and Character Handling
This example uses the Scanner class for input (not JOptionPane).Below are two Java programs that do exactly the same thing. String handling methods using a one class program and multiple static variables and methods. Therefore no parameter passing needed. Click here....