This program will compute the user's Body Max Index based on the entered height and weight. The user is prompted to enter in their height in inches, program will quit if the input is less than or equal to zero. If user passes input validation for height, user will be prompted to enter in weight in pounds. The program will quit if the weight entered is less than or equal to 0. If the user passes both input validations, then the program will start the calculations using the BMI formula of (weight / height^2)*703. The program will output the user's BMI, then the BMI category chart. Based on the user's BMI, the program will notify the user on which category they fall under.