String[] students = new String[18]; students[0]="Sara Anstey"; students[1]="Taylor Benavidez"; students[2]="An Bui"; students[3]="Gabe Yonker"; students[4]="Dan Ejsmont"; students[5]="Chris Hafke"; students[6]="Naol Kebede"; students[7]="Jeremiah Lipscomb"; students[8]="Andrew Loehle"; students[9]="Andy Ly"; students[10]="Dennis Mbuta"; students[11]="Saleh Mohamed"; students[12]="James Mulkern"; students[13]="Josh Sagum"; students[14]="Manning Zhao"; students[15]="Karl Stout"; students[16]="Alex Thomas"; students[17]="Grant Whitmer"; //User is asked for the number of students per group //Random groups of that size are formed.