//Justin Gonzalez // Nov. 12, 2014 int a []={5,65,78,524,14,36,98,2,0}; void setup(){ size(600,800); } void draw(){ fill(0); textSize(20); text("Justin Gonzalez---- Array Exercise", 20,20); text("The 3rd number in the array is "+a[2],60,60); //printing what the 3rd number in the array is int total=0; for (int j=0; j