0

Input numbers

Is there a way you can input numbers then those numbers you put in will automatically sort from greatest to smallest in Java?

4th Mar 2022, 7:54 PM
Err3c
Err3c - avatar
1 Odpowiedź
+ 5
Err3c You can use Set interface (TreeSet class) to get in sorted order https://code.sololearn.com/c52Ln8HFa39n/?ref=app
4th Mar 2022, 8:08 PM
A͢J
A͢J - avatar