Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PROGRAMMING: SIMPLE ARRAYS ASSIGNMENT INSTRUCTIONS OVERVIEW You will use the enumerated type and a switch to calculate the weight someone would have on another planet.

image text in transcribed
PROGRAMMING: SIMPLE ARRAYS ASSIGNMENT INSTRUCTIONS OVERVIEW You will use the enumerated type and a switch to calculate the weight someone would have on another planet. INSTRUCTIONS 1. Use a functional decomposition to write a C+ program that asks the user to enter his or her weight and the name of a planet. 2. 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 to the screen 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: 1. GetUserInput() 2. ConvertInputToPlanetType() 3. OutputWeight() (your switch statement must be in OutputWeight 0 ). 3. 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

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

Sams Teach Yourself Beginning Databases In 24 Hours

Authors: Ryan Stephens, Ron Plew

1st Edition

067232492X, 978-0672324925

More Books

Students also viewed these Databases questions