For each JApplet you create in the following exercises, create an HTML host document named Test plus the JApplet name. For example, the host document for the JRiddle.java file is named TestJRiddle.html.
Create a JApplet named JBMICalculator that allows the user to enter a height in inches and a weight in pounds. When the user clicks a JButton, the body mass index (BMI) is displayed. BMI is calculated by dividing weight by height squared and multiplying the result by 703. Save the file as JBMICalculator.java.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.