by Editorial | Feb 28, 2021 | Grade 12, Grade 12 - OOP, Grade 12 - Search and Sort
Inheritance is an important element of OOP programming. Using Carol Lewis’ Inheritance workshop we will re-create her example of an array of Dogs. This array will be a mixed array because some of the elements will be of the class “Dogs” while others...
by Editorial | Feb 3, 2021 | Grade 10, Grade 10 - Gogga
Assumption: You are going to use the IDE called jGRASP. To create a Gogga project you need to download the Gogga library published by Funworks. Funworks provides IT text books for grade 10, 11 and 12, both theory and Java. Click here to download the libary. The...
by Editorial | Apr 29, 2020 | Grade 11, Grade 11 - Pseudocode
Here is a program that divides players into 2 teams based on their birth-month and their gender (odd months versus even months) (3 boys and 3 girls in each team) The program is first written in pseudocode before being written in Java. The program also uses a random...