Posts by Danilo • 1 point
1 post
-
-3
votes4
answers806
viewsA: Organizing positions of a vector
Use the Sort() method, In the case of Java to use it import the lib java.util.Arrays. Arrays.Sort(Array); Example: import java.util.Arrays; public class SortArray { public static void main(String[]…