Daniela Valenzuela: ciclo for bidimencional

De Casiopea
Daniela Valenzuela Ciclo for Bidimencional


TítuloDaniela Valenzuela Ciclo for Bidimencional
Palabras Clavetarea 2
AsignaturaImagen Escrita,
Del CursoImagen Escrita 2013 - DIS,
CarrerasDiseño Gráfico"Diseño Gráfico" is not in the list (Arquitectura, Diseño, Magíster, Otra) of allowed values for the "Carreras Relacionadas" property., Diseño Industrial"Diseño Industrial" is not in the list (Arquitectura, Diseño, Magíster, Otra) of allowed values for the "Carreras Relacionadas" property.
Alumno(s)Daniela Valenzuela
ProfesorHerbert Spencer
	

size(500, 250); 
background(255); 


for (int y = 20; y < 500; y += 20) {
  for (int  x = 20; x < 500; x += 20) {
    line(20, x/2, 480, y/2);
    stroke(#116751);
  }
}