// file Product.java public class Product extends ExpTree { public Product(ExpTree[] c) { super(c); } public Object evaluate() { int product= 1; for (int i=0; i