Com Sci Chapter 2 Lecture Notes - Madison Area Technical ...

To understand how to translate a programming problem into code: Decide what the program is supposed to do (unless someone tells you first). ... * that converts pounds to kilograms. * @author Kevin Mirus * */ public class MassConversionTool {/** * Gets user input for a mass in pounds, then * converts that to kilograms. ................
................