Create a multi-class solution that can be used to calculate body mass index (BMI). The BodyMassIndexCalculator class

Question:

Create a multi-class solution that can be used to calculate body mass index (BMI). The BodyMassIndexCalculator class should have data members of weight and height. Write an application that lets users enter their weight and height in feet and inches. Calculate their BMI.

Include appropriate exception-handling techniques.

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

Step by Step Answer:

Question Posted: