Question
a. Analyze the problem: Describe the problem including inputs, process, and outputs in your own words or using a system diagram. b. Develop a solution
a. Analyze the problem: Describe the problem including inputs, process, and outputs in your own words or using a system diagram.
b. Develop a solution (Design): Describe the major steps for solving the problem. Then, use a flowchart or pseudocode to describe your algorithm.
c. Codify a solution in C++: Copy and paste source code here. Format your code using Courier
. d. Testing: Validate the program developed. Include a computational output (console output) and the manual test.
Problem 1: Computing Body Mass Index (BMI) Body Mass Index (BMI) is a measure of health on weight.
Write a program that prompts the user to enter a weight in pounds and height in inches and displays the
BMI. Hint: = 2 703 where w: weight (pounds) and h: height (inches) Here is a console output example:
Enter weight in pounds: 140
Enter height in inches: 62 BMI is 25.60
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