subject

Generate some information for a user about interplanetary travel (pretend we can travel easily to other planets for this problem). Write a program that will perform calculations concerning weight on various planets as well as travel time between planets. (Do not use arrays for this program - make the program as efficient as possible using only selection statements) Your program should start out by displaying the following information about the program: Welcome to INTERPLANETARY TRAVEL PROGRAM! This program enables you to find out your travel time to the planet you want to travel to as well as your weight on there. Please enjoy the program and hope you'll find the perfect planet for you! Next the program should display the following menu: INTERPLANETARY TRAVEL MENU

a) Mercury
b) Venus
c) Earth
d) Mars
e) Jupiter
f) Saturn
g) Uranus
h) Neptune
q) Quit

Select a planet to travel to or q to quit the program:

If the user chooses a-h, the program should then ask the user to enter their weight (ask politely) and the speed at which they wish to travel (in miles per hour). Now you have all the data you need from the user: the planet they wish to travel to, their weight (in lbs on Earth) and the speed at which they wish to travel (in miles per hour).

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 19:00
Which parts of a presentation should be the most general? a. introduction and conclusion b. introduction and outline c. outline and conclusion d. outline and body
Answers: 1
question
Computers and Technology, 23.06.2019 03:30
Hashtags serve to identify the topic of a given tweet true false
Answers: 2
question
Computers and Technology, 23.06.2019 09:50
Allison and her group have completed the data entry for their spreadsheet project. they are in the process of formatting the data to make it easier to read and understand. the title is located in cell a5. the group has decided to merge cells a3: a7 to attempt to center the title over the data. after the merge, allison points out that it is not centered and looks bad. where would the title appear if allison unmerged the cells in an attempt to fix the title problem?
Answers: 2
question
Computers and Technology, 23.06.2019 21:50
Description: write function lastfirst() that takes one argument—a list of strings of the format "lastname, firstname" —and returns a list consisting of two lists: (a) a list of all the last names (b) a list of all the first names
Answers: 2
You know the right answer?
Generate some information for a user about interplanetary travel (pretend we can travel easily to ot...
Questions
Questions on the website: 13722360