Question: Write a C++ program that asks the user to enter his or her weight and the name of a planet. The program then outputs how
Write a C++ program that asks the user to enter his or her weight and the name of a planet. The program 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. The program should output an error message if the user doesn't type a correct planet name. The prompt and the error message should make it clear to the user how a planet name must be entered. Be sure to use proper formatting and appropriate comments in your code. The output should be labeled clearly and formatted neatly. [100 Points] 2. Mercury Venus Earth Moon Mars Jupiter Saturn Uranus Neptune 0.4155 0.8975 1.0 0.166 0.3507 2.5374 1.0677 0.8947 1.1794 0.0899 Pluto
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
