// function to shuffle an array of integers void shuffle(int[] a) { int temp, pick; for(int i=0; i