//Shipra Gupta //Feb 1, 2008 //Chapter Structure 1, Processing (B.Fry, C.Ray) //Excercise 1 --> write comments in text area //Excercise 2 --> make a 640 x 480 pixel window with black background //Excercise 3 --> use print() and println() to output text in console size(640, 480); background(0); println("Oh boy, its Feburary already!!"); print("The days are zipping by...");