// Forest.java // Author: Kiri Wagstaff // Date: July 24, 2001 public class Forest { public static void main(String[] args) { Tree[] forest = new Tree[7]; // Fill the forest with trees // and print it out for (int i=0; i