Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A simple rule to estimate your ideal body weight is to allow 110 pounds for the first 5 feet of height and 5 pound for

A simple rule to estimate your ideal body weight is to allow 110 pounds for the first 5 feet of height and 5 pound for each additional inch. Write a program with a variable for the height of a person in feet and another variable for the additional inches and input values for these variables from the keyboard. Assume the person is at least 5 feet tall. For example, a person that is 6 feet and 3 inches tall would be represented with a variable that stores the number 6 and another variable that stores the number 3. Based on these values calculate and output the ideal body weight,

Make the following changes to the program.

1.. Allow 120 pounds to the first 5 feet of height

2. Allow 10 pounds for each additional inch.

Run the program for a person who is 6 feet 7 inches tall.

This must be done in C++

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

MySQL/PHP Database Applications

Authors: Brad Bulger, Jay Greenspan, David Wall

2nd Edition

0764549634, 9780764549632

More Books

Students also viewed these Databases questions