Gr 12 – Pseudocode

You have to be able to write an algorithm in pseudocode as well as produce a trace table based on a pseudocode algorithm. There is no single exact version of pseudocode, but this handout based on the IEB examinations from 2018 onwards is reasonably mainstream. Click...

Gr 11 – Pseudo Java Arrays Random

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...