Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please use C++ Question 1A: It is required to make a program that calculates the equivalent values between different units. The program should do the

Please use C++

Question 1A:

It is required to make a program that calculates the equivalent values between different units. The program should do the following:

Ask the user to enter her height in m, and then it should show the equivalent in feet / inches. For example: Height (m): 1.67 Height: 5 ft 5.748 inch Independent units should not be used, ie 5,479 ft or 65,748 inch are INCORRECT calculations.

Ask the user to enter her height in feet and inches, and then it should show the equivalent in meters. For example: Height ft: 5 Inch: 5.748 Height: 1.67 m Ask the user to enter their weight in kilos, and then it should show the equivalent in pounds / ounces (similar to the previous ones).

Ask the user to enter their weight in pounds / ounces, and then they must show the equivalent in Kilos (similar to the previous ones).

Question 1B:

It is required to make a program that calculates the equivalent values between different units. The program should do the following:

Ask the user to enter her height in m, and then it should show the equivalent in feet / inches. For example: Height (m): 1.67 Height: 5 ft 5.748 inch Independent units should not be used, ie 5,479 ft or 65,748 inch are INCORRECT calculations.

Ask the user to enter her height in feet and inches, and then it should show the equivalent in meters. For example: Height ft: 5 Inch: 5.748 Height: 1.67 m Ask the user to enter their weight in kilos, and then it should show the equivalent in pounds / ounces (similar to the previous ones).

Ask the user to enter their weight in pounds / ounces, and then they must show the equivalent in Kilos (similar to the previous ones).

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_2

Step: 3

blur-text-image_3

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

Pro Database Migration To Azure Data Modernization For The Enterprise

Authors: Kevin Kline, Denis McDowell, Dustin Dorsey, Matt Gordon

1st Edition

1484282299, 978-1484282298

More Books

Students also viewed these Databases questions

Question

Describe key customer feedback collection tools.

Answered: 1 week ago

Question

What are the Five Phases of SDLC? Explain each briefly.

Answered: 1 week ago

Question

How can Change Control Procedures manage Project Creep?

Answered: 1 week ago