Vocabulary Words
send definitions and sentences:
Subject: Vocabulary [enter date sent]
Compounding
Consumer
Fraud
Contract
Creditworthy
Go to khanacademy.org
Login using your credentials.
Click on home,
Start learning.
Login to Khan Academy and then complete the assignments below
Show the completed assignment to the helper.
Hints:
var x = 200;
var y = 250;
noStroke();
fill(30, 204, 91); // a nice froggy green!
ellipse(x, y, 200, 100); // face
ellipse(x - 50, y - 50, 40, 40); // left eye socket
ellipse(x + 50, y - 50, 40, 40); // right eye socket
ellipse (x,y,20,60);
fill(255, 255, 255); // for the whites of the eyes!
ellipse(x - 50, y - 50, 30, 30); // left eyeball
ellipse(x + 50, y - 50, 30, 30); // right eyeball
fill (196, 124, 124);
ellipse (x,y,100,88);
rect(x+50,y-52,10,10);
rect (x-51,y-52,10,10);