by Editorial | Jul 27, 2020 | Grade 11, Grade 11 - Pseudocode, Grade 12
2020 – New IEB standards for algorithms and pseudocode algorithms At the start, an algorithm is a series of steps to solve a problem. An algorithm should not be language specific, as the plan or steps should be able to be programmed in any language. That...
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...