BMI calculator with metric and yard-pound system both. It shows the result whether user is overweight or normal.
- Agree to provide your bio-information such as your height and weight.
- Choose your prefered system between yard-pound system and metric system.
- Input your body weight.
- Input your height.
- Get the result.
Every user input is evaluated by while function and if user input unintended responses, the program coutinuously request to input valid answer to prevent user from facing to unexpected errors. If the user choose yard-pound system, program calculates based on yard-pound fomula. Otherwise, program calculates BMI index with metric fomula. According to BMI creteria, user can get a result whether he/she is overweght or not.