Spaced Psuedocode
While psuedocode is an informal language - we need some basic structure to make it easier to read, easier to use, and easier to share with a fellow programmer
For this class - we will use spacing / indentation as a baseline for organizination
Example:

Write the Psuedocode for calculating the sum of 10
numbers entered by the user and then displaying the
outcome on the screen

Images and details adapted from:

Last updated