size(280,280); for (int cool = 40; cool < 240; cool = cool + 40) { fill(255-cool); rect(cool+0, 40, 40, 200); } save("activity6.png");