i need to output the unsorted array as well as the sorted array...the sorted array works but i can not get the unsorted array to work. please help!




package Lab7;

import java.util.Scanner;...