It’s nice to have an adult son who, not only shares my love of coding, but also has inherited a practical sense of humor. Iteration #1: (my son) Person jack = new Person(’jack’); Person jill = new Person(’jill’);   if (jack.isGoingUphill() == true && jill.isGoingUphill() == true) { try { WaterWell well = new WaterWell(); […]