Given a 2D array of Strings and a non-empty array of Strings where each string is of length 2 or more. Write a method that will place the first 2 chars of each String into a 2D array in row major...