Question
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
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