----jGRASP exec: U:\Web\CS240_Fall_2007\Fall 07 CS 240 assignments\Assignment11_Original_Sort\Rodger\testSort Welcome to Assignment 11 We will now test the bubble sort: Random numbers: 37 160 61 45 110 23 67 192 196 221 117 160 17 30 105 Sorted numbers: 17 23 30 37 45 61 67 105 110 117 160 160 192 196 221 Bubble sort test complete We will now test the insertion sort: Random numbers: 30 67 249 3 214 84 28 199 248 139 64 173 99 165 97 Sorted numbers: 3 28 30 30 64 84 97 99 139 165 173 199 214 248 249 Insertion sort test complete We will now test the selection sort: Random numbers: 25 115 237 70 103 154 79 36 13 188 92 246 147 106 145 Sorted numbers: 13 25 36 70 79 92 103 106 115 145 147 154 188 237 246 Selection sort test complete We will now test quick sort: Random numbers: 25 115 237 70 103 154 79 36 13 188 92 246 147 106 145 Sorted numbers: 13 25 36 70 79 92 103 106 115 145 147 154 188 237 246 (Quick Sort does not work as desired) This test program has ended successfully ----jGRASP: operation complete. Rodgers all code except quick sort works got code off web no comments