Add the following new constructor in the BMI class:
/** Construct a BMI with the specified name, age, weight,
* feet, and inches
*/
public BMI(String name, int age, double weight, double feet, double inches)
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.