Posts by Matheus Jordão • 1 point
1 post
-
0
votes2
answers1013
viewsQ: Generate random numbers in java, store in a vector and sort them
I need to generate 100000 numbers, store them in an array and sort them using the Bubblesort algorithm, is appearing the error "Exception in thread "main" java.lang.Error: Unresolved Compilation…