Level 1: Grade 4, 5

Question 1

<aside> 💮 https://editor.p5js.org/shared/sketches/ifSgeD7rI

</aside>

<aside> ❓ Question 1

</aside>

Expected Output

Untitled


Question 2

<aside> 💮 https://editor.p5js.org/shared/sketches/cDjStfcZO

</aside>

<aside> ❓ Question 2

#-----------------------------------------------------------------------#
# Q: Draw 4 circles that touch each other and fill up the entire canvas #
#-----------------------------------------------------------------------#

circle(200, 200, 1)

</aside>

Expected Output

1.PNG


Question 3

<aside> 💮 https://editor.p5js.org/shared/sketches/47b5MRrYz

</aside>

<aside> ❓ Question 3

#-------------------------------#
# Q: Make the answer equal to 3 #
#-------------------------------#

answer = 56 - 7 - 1 - 4

Change the - sign to **+, -, / or *** and, if needed, insert brackets to make the result of the equation equal to 3

</aside>

Expected Output

untitled (1).png