IFD:Computational Thinking/Assignment-15May17: Difference between revisions

From Medien Wiki
(Created page with "'''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...")
 
(No difference)

Latest revision as of 10:31, 22 May 2017

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

https://processing.org/examples/iteration.html

https://processing.org/examples/embeddediteration.html