Monthly Archives: February 2013

Jack’s Homework 2.2 part 1

int r = 225; int g = 225; int b = 225; boolean sunny = false; float x = 12.0; float z; z = x+25; float y = z+x;

Posted in Uncategorized | Leave a comment

Danielle Small homework 2.2

Part1: int r = 255; int g = 255; int b = 255; boolean sunny = false; float x = 12.0; float z; z = x + 25; float y; y = z + x;   Part2: int ellipfishX = … Continue reading

Posted in Uncategorized | Leave a comment

Home work 2.2 Part 2

New Sketch … HW 2.2 Part 2 Ashlee Frontin Link: http://www.openprocessing.org/sketch/8937  

Posted in Uncategorized | Leave a comment

Chris Pro homework 2.2 part 1

//Chris Pro Assignment 2.2 Part 1 int r=255; int g=255; int b=255; boolean sunny; sunny=false; float x; x=12.0; float z; z=x+25; float y; y=z+x;

Posted in Uncategorized | Leave a comment

homework 2.2 part 1

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;

Posted in Uncategorized | Leave a comment

Mohammad Rahat Week 2 HW (Open processing isn’t letting me upload again. Idk if I’m doing something wrong)

Part 1: int r = 225; int g = 225; int b = 225; boolean sunny = false; float x = 12.0; float z; z = x+25; y = z+x; Part 2: int s = 400; int x = 0; … Continue reading

Posted in Uncategorized | Leave a comment

homework 2.2

//homework 2.2 part1 by kanghyun huh 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;

Posted in Uncategorized | 1 Comment

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 http://www.openprocessing.org/sketch/89312

Posted in Uncategorized | Leave a comment

Nafis HW 2.2

/*{NAFIS SABIR PROF CALLI HIGGINS HW 2.2}*/ 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 http://www.openprocessing.org/sketch/89351 /*Nafis … Continue reading

Posted in Uncategorized | Leave a comment

Noah Ruede – HW 2.2

Part 1: int r=255; int g=255; int b=255; boolean sunny; boolean sunny=false; float x; float x=12; float z; z = x+25; float y; y= x+z; Part 2: //Noah Ruede Calli Higgins Feb 14 2013 int colorW = 255; //assigning values … Continue reading

Posted in Uncategorized | Leave a comment