// Project 5 CST112 Michael Young String title= "The Family"; String author= "Michael Young, CST112"; String help= "Press first letter of word for action ( or 'Q' to Quit)"; float broadway; String[] names={ "Bam", "Jerry", "Danny", "Ryan", "Sam", "Marcus", "Fenix", "Ralph", "Ronald", "Cupcake", "Princess", "Connor" }; // Person int Total=8; Person[] peeps= new Person[Total]; //// SETUP. void setup() { size(800, 600); broadway= height-100; reset(); } void reset() { for (int j=0; j p[iTallest].h ) iTallest=j; } return iTallest; } int whereShort( Person[] p, int l ) { int iShortest=0; for (int j=1; j1; k--) { tall( q, k ); } }