Assignment: 15 May
Your task for next week is to continue evolving the pseudocode you have already written in plain language and to begin to more formally express your process using the structures and syntaxes discussed today. You will also want to review the following resources on loops, conditionals and iteration:
http://www.cs.cornell.edu/courses/cs1130/2012sp/1130selfpaced/module2/module2part1/ifloop.html
https://processing.org/reference/for.html
https://processing.org/reference/while.html
https://processing.org/reference/switch.html
https://processing.org/reference/case.html
https://processing.org/examples/conditionals1.html
https://processing.org/examples/conditionals2.html