String[] errorSoon = {"Hello", "World"};
String[] strArray1 = new String[3]; //declare with size
String[] movies;