-
Recent Posts
Recent Comments
- Danielle Small on Final Blog Post
- Calli Higgins on Homework 10.2
- Calli Higgins on Homework 10.2
- Calli Higgins on Homework 10.2
- Calli Higgins on Nafis Sabir HW 10.2
Archives
Categories
Meta
Author Archives: michael0494
Erick Asadobay H.W 2.2
Part 1 int r=255; int g=255; int b=255; boolean sunny=false; float x=12.0; float z; z=x+25; float y=z+x; Part 2
Posted in Uncategorized
Leave a comment
Erick Asadobay – H.W 2.1
Part 2 //fix the 15 errors void setup() { size(200, 200); } void draw() { background(0); fill(255); ellipse(100, 100, 100, 100); line(100, 100, 150, 150); rect(mouseX, mouseY, 50, 50); } Part 3
Posted in Uncategorized
Leave a comment
H.W – 1.2
Part #2 Erick Asadobay size(400,400); //Sets the size of 400 by 400 pixels noStroke(); //Invisible line around the figure fill(255,0,0); //Fill the figure with red color rect(0,0,200,200); //Square 200 by 200 fill(0,255,0); //Fill the figure with green color rect(200,0,400,200); //Square … Continue reading
Posted in Uncategorized
Leave a comment