/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package summer2014; /** * * @author jcmt */ public class Band { // Quiz 1 6.10.14 // should have at least one performer, // at least two additional pieces of data, // a constructor method, and // get and set methods for each data element // no error checking required :) }