Question
Calculate BMI: Using Flowgorithm, design the following program: Design the logic for a program that calculates a person's body mass index (BMI). BMI is a
Calculate BMI: Using Flowgorithm, design the following program: Design the logic for a program that calculates a person's body mass index (BMI). BMI is a statistical measure that compares a person's weight and height. Use "real" data type for all numeric variables The program should. o prompt for the user's height in inches. o prompt for the user's weight in pounds o convert the user's height to meters and weight to kilograms. o calculate the BMI: kilograms divided by height in meters squared o displays the following: weight in pounds & kilograms height in inches & meters calculated BMI There are 2.54 centimeters in an inch, 100 centimeters in a meter 453.59 grams in a pound, and 1,000 grams in a kilogram. Use appropriate constants.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started