> can anybody get me started with a sort method.That's an easy one.import java.util.Arrays;...Arrays.sort(numbers);