a java program
Write a program in which main creates an ArrayList that
contains 10 randomly generated integers. main shouldcall
mySort, passing it the ArrayList. mySort should sortthe
ArrayList so that its numbers are in ascending order.On
return to main, main should display the numbers inthe
ArrayList. Use the bubble sort.
Expert Answer
An answer will be send to you shortly. . . . .