The main class should looked like this.
int[] inputUnsortedArray= { 8, 7, 6, 8, 9, 10, 1, 2, 3 }; bubbleSort(inputUnsortedArray);