/** * This is the model for the Unit Converter application. */ public class UnitConvModel { // TODO: Declare attributes as needed. ; /** * Creates a model with no user values and a calculated value * of zero. */ public UnitConvModel() { // TODO: Initialize this model as needed. ; } // TODO: Implement public methods as needed. ; }