Answered You can hire a professional tutor to get the answer.
This code is in Java thank you. FitnessHealthInformation GymsRUs has a need to provide fitness/health information to their clients, including BMI and...
This code is in Java thank you.
3: FitnessHealthInformation
GymsRUs has a need to provide fitness/health information to their clients, including BMI and maximum heart rate. Your task is to write a console program to do this.
Body mass index (BMI) is a measure of body fat based on a person's height and weight. BMI can be used to indicate if you are overweight, obese, underweight, or normal. The formula to calculate BMI is Weight(lb)*707/(Hieght(in))^2
The following BMI categories are based on this calculation.