Heath has the day of the week stored as a number e.g. 0 = Monday, 1 = Tuesday up to 4 = Friday
Write a sub-program that takes the number as a parameter and returns the day of the week as a string.
Construct a pseudocode answer by drag&dropping and reordering lines from the left to the right.