Add the following new constructor in the BMI class: /** Construct a BMI with the specified name,

Question:

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)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: