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.
-
Notifications
You must be signed in to change notification settings - Fork 0
yasarlabib/Standard-BMI-Calculator-Java
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published