import java.io.*; import java.text.*; // //This program illustrates the use of an array of strings public class array { public static void main(String[] args) { String words[]={"apples","bananas","cherries", "mangoes","kiwis"}; for (int x=0;x