Mon. Jan 23rd, 2023

Developing pseudocode

Once the problem has been broken down into small steps, you must describe in a formal (structured english) way what the individual steps are.

Never put more than one statement on a line, and always remember to end IF, WHILE, FOR and PROCEDURE statements.

For examples, see here, here, and here.