/* Conversions.java 1.0 2-4-03 */ /* modified by S. Tuttle */ /* (modified from example by C. Cartwright) */ class Conversions { static final double INCHES_PER_METER = 39.37; static final double METERS_PER_INCH = .0254; }