Bellringer
Your favorite relative
Subject: Your favorite relative
Open Khan Academy in a new tab, keep your email active on the browser! Go to https://www.khanacademy.org
click on login
Click on home,
start learning,
Go to Computing
Go To Computer Programming. We will be working on the unit:
Hint:
fill (255, 0, 238);
textSize(25);
text("My Favorite Foods:",50,50);
text("1. bread",70,70);
text("2. cheese",70,90);
text("3. fruit",70,110);
text("4. oatmeal",70,130);
text("5. salad",70,150);
text("6. salmon",70,170);
Use your own color and your own foods. Show a helper when you are done.