import java.io.*; import java.text.*; // //This program illustrates the use of an array of strings public class array1 { public static void main(String[] args) throws IOException { String[]word=new String[3]; BufferedReader in =new BufferedReader (new InputStreamReader(System.in)); for (int x=0;x