import java.util.*; public class Solution { public int[] reOrderArrayTwo (int[] array) { // write code here int lef...