Question: C++ introduction level Problem A: Distance conversion (20 points) Write a C+program that first asks you to enter a distance with units. Then the program

C++ introduction level
 C++ introduction level Problem A: Distance conversion (20 points) Write a

Problem A: Distance conversion (20 points) Write a C+program that first asks you to enter a distance with units. Then the program should ask which distance you want to convert it to. You should display the desired unit conversion. The units your program should be able toc inches : "in" or "inches feet: "ft" or "feet" meters: "m" or "meters" centimeters: "cm" or "centimeters" onvert from/to are: Your program should be able to accept the input either as the shortened version right after the number (see example 1 or as the full name after a space (see example 2). This applies to both the units before and after the conversion. The final answer should be the converted amount without units. Use the following conversions: 12 inches 1 foot 1 foot 0.3048 meters meter 100 centimeters Example 1 (user input is underlined): Enter distance with units: 200m What do you want to convert this to? 7874.02 Example 2 (user input is underlined): Enter distance with units: What do you want to convert this to? 39.624

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!