BodMass



Applet Name: BodMass
Applet Source: BodMass.java
Import(s): java.applet, java.awt, java.util
Feature(s): text, GUI, keyboard
Author: Richard E. Wendt III

Usage Guide:

The user enters a weight and height (followed by carriage returns) and the Body Mass Index is calculated. The user may switch between metric and U.S. units of measure by the ratio buttons at the top of the applet.

Usage Example:

<applet code="BodMass.class" width=500 height=150>
</applet>


Return to index.