Valeria Dominguez :)Nov 13, 20191 min readWhile LoopsUpdated: Nov 15, 2019* y = height / 2 Memory Trace x | height | Width | x < width? | height/2 0 | 400 | 600 | True | 200 50 | 400 | 600 | True | 200 100 | 400 | 600 | true | 200 100 | 400 | 600 | true | 200 200 | 400 | 600 | true | 200 https://editor.p5js.org/Valeria_Dominguez/sketches/gh4soPtw5
* y = height / 2 Memory Trace x | height | Width | x < width? | height/2 0 | 400 | 600 | True | 200 50 | 400 | 600 | True | 200 100 | 400 | 600 | true | 200 100 | 400 | 600 | true | 200 200 | 400 | 600 | true | 200 https://editor.p5js.org/Valeria_Dominguez/sketches/gh4soPtw5
Week of May 4thThe webinars given out by the Advanced Placement Youtube Channel are helpful because they are going over the create task and are able to...
Psuedocode and Flowchart Flowchart: https://www.lucidchart.com/invitations/accept/cc05222f-f576-4ded-b0b2-0e2d8596dbf7 Pseudocode: https://editor.p5js.org/Valeria...
Comments