String[] cookies = {"Oatmeal", "Snickerdoodle", "Chocolate chip", "Gingersnap"};          for(String i : cookies){             System.out.println(i);             System.out.println("Shortbread");         } 

Read more of this post