[Solved]Create Class Called Planet Private Members Name Percent02 Temp Create Constructor Prototyp Q37277499
please HELP!! I have been trying to get help for this problemforever!
Create a class called planet with private members name, percent02, temp. Create a constructor prototype and implementation. In the main, create 2 objects of class planet, one with arguments and the other without. Create a function to change name, percent02 and temp after the object has been created and a function that displays the current values of the members. Implement the operations specified above in the main of your program. This is all in C++, please help. Show transcribed image text Create a class called planet with private members name, percent02, temp. Create a constructor prototype and implementation. In the main, create 2 objects of class planet, one with arguments and the other without. Create a function to change name, percent02 and temp after the object has been created and a function that displays the current values of the members. Implement the operations specified above in the main of your program. This is all in C++, please help.
Expert Answer
Answer to Create a class called planet with private members name, percent02, temp. Create a constructor prototype and implementati… . . .
OR

