//Valondine Jeudy //Exercise Arrays int a[] = {0,11,22,33,44,53,2525,45,1254,44}; int total = 0; void setup(){ //sets up the screen size(500,500); frameRate(1); } void draw(){ //next frame // display total. for (int j = 0;j