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 17:30
The forerunner to cell phones, pdas, and smartphones was
Answers: 1
question
Computers and Technology, 23.06.2019 23:40
Which of the following calculates the total from the adjacent cell through the first nonnumeric cell by default, using the sum function in its formula? -average -autosum -counta -max
Answers: 1
question
Computers and Technology, 24.06.2019 00:50
3. what is the output of the following statements? temporary object1; temporary object2("rectangle", 8.5, 5); temporary object3("circle", 6, 0); temporary object4("cylinder", 6, 3.5); cout < < fixed < < showpoint < < setprecision(2); object1.print(); object2.print(); object3.print(); object4.print(); object1.set("sphere", 4.5, 0); object1.print();
Answers: 1
question
Computers and Technology, 24.06.2019 02:00
How are we able to create photographs differently than 100 years ago? explain your answer in relation to your photograph you selected.
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
question
Arts, 04.12.2021 01:10
question
Computers and Technology, 04.12.2021 01:10
question
Chemistry, 04.12.2021 01:10
Questions on the website: 13722363