by Editorial | Sep 15, 2022 | Grade 11, Grade 11 - Exam memos
Here you will find the grade 11 exam papers from July 2022. The IT theory paper and memo as well as the Java practical paper and memo. Theory exam paper Theory exam memo Java practical exam paper and...
by Editorial | Jun 3, 2020 | Grade 11, Grade 11 - String and Character Handling, Grade 12, Grade 12 - PAT
Garbage in = garbage out. If your user inputs unexpected values from the keyboard your program can crash or give the incorrect result. Defensive programming is the way that we avoid this. Defensive programming is also super useful for login methods. NOTE: Use...