Hello friends am trying to create a java program to sort an array in ascending and descending order
here is the program I created


import java.util.Arrays;
import java.util.Collections;...