objectMethodsChallange

Calculate BMI using Objects and Methods and Properties

Here we calculate that BMI of two individuals. John and Mark. By multiplying ther height * 2 and then deviding it by their weight

Using the if, else if and else statements we are making sure that if there is a tide then the app will let us know.