Question: Write a Java program to solve the following question. BMI=heightInMetersheightInMetersweightInKilograms This app asks the user to enter the user's weight in kilograms and height in
BMI=heightInMetersheightInMetersweightInKilograms This app asks the user to enter the user's weight in kilograms and height in meters, then calculates and displays the user's body mass index. The app should use the following information from the Health Canada's website, so the user can evaluate his/her BMI (use if structure to compare). User inputs must be validated. Ask the user if wishes to try the app again
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
