Bellringer
What is the temperature today in San Juan Puerto Rico?
Subject: The temperature is [enter in Fahrenheit]
Make sure you completed the quiz from Friday - this is the last day to take it!
https://sites.google.com/site/wardmaribeth/assignments-may-18-22
Click on the link below to complete this assignment:
Hint:
// The ground
background (224, 36, 215);
fill (50, 184, 26);
rect(0, 300, 400, 100);
// The sun
fill (252, 232, 50);
ellipse(80, 64, 100, 100);
// The snowman
fill (106, 13, 115);
ellipse(200, 300, 150, 150);
ellipse(200, 200, 100, 100);
ellipse(200, 120, 75, 75);