A quantity known as the body mass (BMI) is used to calculate the risk of weight-related health problems. BMI value is computed by the formula
Where w is weight in kilograms and h is height in centimeters.
Based on above scenario, write a program that accepts weight and height and then displays the BMI value and Status. Your program will only have one class, namely BMI and two instance methods, namely getBMI() and status().