// exercise // Yennifer Tejada int a[] = {0,10,20,30,40,50}; void setup() { size(500,500); } void draw() { int total = 0; for (int j = 0; j