Question: Use functional decomposition to write a C++ program that asks the user to enter his or her weight and the name of a planet. Use

 Use functional decomposition to write a C++ program that asks the

Use functional decomposition to write a C++ program that asks the user to enter his or her weight and the name of a planet. Use an enumerated type called planetType to represent the planets and use a switch statement that takes as its condition a planetType variable. The program, via the switch statement, then outputs how much the user would weigh on that planet. The following table gives the factor by which the weight must be multiplied for each planet. Your program must have the following functions in it GetUserInput0. ConvertInputToPlanetType0, and Output Weight0 (your switch statement must be in Output Weight0). I will let you determine what each function's parameters and return types should be. The program will output an error message if the user does not type a correct planet name. The prompt and the error message will make it clear to the user how a planet name must be entered Use proper formatting and appropriate comments in your code. The output must be labeled clearly and formatted neatly The following table gives the factor by which the weight must be multiplied for each planet: Mercury Venus Earth Moon Mars Jupiter Saturn Uranus Neptune Pluto 0.4155 0.8975 1.0 0.166 0.3507 2.5374 1.0677 0.8947 1.1794 0.0899

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!