ATAR Notes: Forum
HSC Stuff => HSC Technology Stuff => HSC Subjects + Help => HSC Software Design and Development => Topic started by: clarence.harre on July 19, 2017, 06:14:27 am
-
We were recently given a task requiring us to write algorithms in pseudocode to describe creating a record, appending it to an array of records and having this array stored in a file. I've looked quite a few places, but to no avail. How does one do this?
-
What I usually do for pseudocode (and this is a really bad habit) is to write it in python, and then translate it using pseudocode syntax.