Try to guess what the instructions would be for the following image.
// Learning Processing // Daniel Shiffman // http://www.learningprocessing.com // Exercise 1-4: Try to guess what the instructions would be for the following screenshot. size(200,200); background(255); stroke(0); fill(0); rect(0,0,100,100); fill(150); rect(100,100,100,100);








