subject

Planet Create a program that uses a class to store information on a planet, as well as calculate additional information. Your program will need to use a class that must store at a minimum:
1. The planets name
2. Mass
3. Diameter
4. A member function that will calculate the surface area
5. A member function that will calculate the density of the planet (mass / volume)
6. A member function that will calculate the acceleration due to gravity at the planets surface
Assume that planets are spheres.
All members (name, mass, diameter) must be private, with get and set functions for each. Remember to enforce the constraint that the mass and diameter must be > 0. Your class may
optionally have an input and display function.
Write a program that will prompt the user for the members of the class and will redisplay the name, mass, diameter as well as the surface area, density and acceleration due to gravity.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 22:30
The qwerty keyboard is the most common layout of keys on a keyboard
Answers: 3
question
Computers and Technology, 23.06.2019 04:31
This graph compares the cost of room and board at educational institutions in texas.
Answers: 1
question
Computers and Technology, 23.06.2019 21:40
language consists of basic components, and they are called a. 3; mental images, concepts, and speech b. 2; language acquisition and linguistic relativity c. 3; heuristics, algorithms, and analogies d. 4; phonemes, morphemes, syntax, and semantics e. 2; words and grammar
Answers: 3
question
Computers and Technology, 24.06.2019 08:10
Where are american poets found in the dewey decimal system
Answers: 1
You know the right answer?
Planet Create a program that uses a class to store information on a planet, as well as calculate...
Questions
Questions on the website: 13722359