Question: a. 1. (40%) BMI Calculator: Write a program that repeatedly asks if they want to calculate their BMI, if so, then it asks for their
a. 1. (40%) BMI Calculator: Write a program that repeatedly asks if they want to calculate their BMI, if so, then it asks for their weight (pounds) and height (inches), calls a function that takes the integer weight and integer height and returns the user's BMI (a float or double), and reports the result to the user. b. NOTE: repeatedly asks indicates that the program will continually ask the user if they would like to calculate their BMI. Read a character (y) to indicate yes or (n) to indicate no. If the user indicates no, then the program stops, otherwise continues Please name the program/file: bmi.c C
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
