And methods (member functions) that do the following:
Wake() - should set the appropriate variable from the list above
Sleep() - should set the appropriate variable from the list above
Feed() - should result in the cat not being hungry
AddYearsToLife() - should take an int parameter.
PrintStatus() - a function that prints out all of the cat’s variables.
Here’s what that class might look like, along with some code to instantiate a cat instance and test it out: