/* Metric.java contains the definitions of module metric's operations. * * Author: * Date: * Purpose: * * Documentation is in Metric.doc. ********************************************************************/public class Metric extends Object{// define feetToMeters() below here}
