Write a Java program to help him keep track of this. Create a Weight class in which you will have your main method. Perform all the inputs, calculations, and outputs in the main method. It should ask him what his earth weight is, and to enter a number for the planet he wants to fight on. It should then compute his weight on the destination planet based on the table below: # Planet Relative gravity 1 Venus 0.78 2 Mars 0.39 3 Jupiter 2.65 4 Saturn 1.17 5 Uranus 1.05 6 Neptune 1.23 So, for example, if Julio weighs 128 lbs. on earth, then he would weigh just under 50 lbs. on Mars, since Mars' gravity is 0.39 times earth's gravity. (128 * 0.39 is 49.92) Sample input and Output: Please enter your current earth weight: 128   I have information for the following planets: Venus 2. Mars    3. Jupiter Saturn 5. Uranus  6. Neptune   Which planet are you visiting? 2   Your weight would be 49.92 pounds on that planet.

EBK JAVA PROGRAMMING
8th Edition
ISBN:9781305480537
Author:FARRELL
Publisher:FARRELL
Chapter2: Using Data
Section: Chapter Questions
Problem 9PE
icon
Related questions
Question

 

Julio Cesar Chavez Mark VII is an interplanetary space boxer, who currently holds the championship belts for various weight categories on many different planets within our solar system. However, it is often difficult for him to recall what his "target weight" needs to be on earth in order to make the weight class on other planets. Write a Java program to help him keep track of this. Create a Weight class in which you will have your main method. Perform all the inputs, calculations, and outputs in the main method.

It should ask him what his earth weight is, and to enter a number for the planet he wants to fight on. It should then compute his weight on the destination planet based on the table below:

#

Planet

Relative gravity

1

Venus

0.78

2

Mars

0.39

3

Jupiter

2.65

4

Saturn

1.17

5

Uranus

1.05

6

Neptune

1.23

So, for example, if Julio weighs 128 lbs. on earth, then he would weigh just under 50 lbs. on Mars, since Mars' gravity is 0.39 times earth's gravity. (128 * 0.39 is 49.92)

Sample input and Output:

Please enter your current earth weight: 128

 

I have information for the following planets:

  1. Venus 2. Mars    3. Jupiter
  2. Saturn 5. Uranus  6. Neptune

 

Which planet are you visiting? 2

 

Your weight would be 49.92 pounds on that planet.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Data members
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT