While Loops
- Valeria Dominguez :)
- Nov 13, 2019
- 1 min read
Updated: 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
Comentarios