First condition is: The program must create an array of 10 strings. I pass the other conditions that include reading and displaying and reverse. I wonder if my problem is I created and initialized in one statement like this: String[] list = {"a", "b", "c", "d", "e", "f", "g", "h", "i", "j"};