Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
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

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

Professional SQL Server 2000 Database Design

Authors: Louis Davidson

1st Edition

1861004761, 978-1861004765

More Books

Students also viewed these Databases questions