I'm new to Processing and programming in general. Currently taking an intro to programming course and I'm having a hard time trying to figure this part out:
"A rectangle whose upper left horizontal coordinate is 3/ 4 the width of the sketch window and whose upper left vertical coordinate is 3/ 4 the height of the window. The width is 1/ 8 of the width of the window, and the height is 1/ 8 of the height of the window. Use the built-in
The part I can't get down are the 3/4s. I think the latter, for the 1/8s, are "width/8"?
"A rectangle whose upper left horizontal coordinate is 3/ 4 the width of the sketch window and whose upper left vertical coordinate is 3/ 4 the height of the window. The width is 1/ 8 of the width of the window, and the height is 1/ 8 of the height of the window. Use the built-in
width
and
height
variables."
The part I can't get down are the 3/4s. I think the latter, for the 1/8s, are "width/8"?
1