Question: Can someone complete this program? C programming language, thank you! Styles Using the conditions below, write two programs that accept the weight of a person
Styles Using the conditions below, write two programs that accept the weight of a person in pounds and the height of a person in inches. Convert the weight and height into Body Mass Index (BMI). The formula for converting weight into BMI is as follows: BMI- Weight' 703/Height You must display the BMI for 3 people, one at a time. In other words display the BMI for person 1 before asking for the next person's information. You must use the following loops to complete this task. Using a while loop, write the same program, but as an indefinite loop where we continue to ask the user if they would like to calculate the BMI again. Continue to do so until the user replies with either an 'N or an 'n' Be sure and test your programs to make sure that they function properly prior to showing me. Complete the above programs calling a function that will calculate and return the BMI
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
