EJERCICIO 4: background(255,155,55); size(50,50); stroke(13,234,122); line(0,0,0,50); stroke(77,66,46); line(0,0,50,0); stroke(152,86,96); line(50,50,0,50); EJERCICIO 5: background(3,9,65); size(150,100); fill(65,125,58); quad(61,60,94,60,99,83,81,90); fill(58,246,102); rect(10,10,60,60); fill(1,102,255); triangle(12,50,120,15,125,60); EJERCICIO 6: background(255,255,1); size(150,100); fill(102,65,45); stroke(2,52,255); quad(61,60,94,60,99,83,81,90); stroke(58,35,90); fill(246,45,98); rect(10,10,60,60); stroke(246,45,98); fill(58,35,90); triangle(12,50,120,15,125,60); EJERCICIO 7: Primera parte: background(255,56,86); fill(250,65,45); rect(15,15,50,50); fill(230,55,35); ellipse(60,60,55,55);