----jGRASP exec: U:\Web\CS240_Fall_2007\Fall 07 CS 240 assignments\Assignment11_Original_Sort\Spiker\testSort Welcome to testSort!!! Filling the array with a new set of random numbers... 104 28 169 229 76 109 80 231 154 147 79 203 250 91 153 Bubble sort in progress... Here is what the array looks like now: 28 76 79 80 91 104 109 147 153 154 169 203 229 231 250 Filling the array with a new set of random numbers... 104 28 169 229 76 109 80 231 154 147 79 203 250 91 153 Insertion sort in progress... Here is what the array looks like now: 28 76 79 80 91 104 109 147 153 154 169 203 229 231 250 Filling the array with a new set of random numbers... 132 15 136 42 10 155 7 88 44 203 145 61 90 78 184 Selection sort in progress... Here is what the array looks like now: 7 10 15 42 44 61 78 88 90 132 136 145 155 184 203 This program has ended normally. ----jGRASP: operation complete. Jonathan, all that's there is fine. quicksort missing