///Exercise - Arrays int a[]= {99,88,77,66,55,44,33,22,11 }; void setup() { size(600,600); } void draw() { int total = 0; textSize(20); text( "The array length is "+a.length, 10,10); for (int j=0; j