Introduction - If you have any usage issues, please Google them yourself
Declare a Cat class that has the static member catnum, the number of individuals that log Cat; declare the static member function GetHowMany (), and access catnum. The design program tests this class to understand the usage of static data members and static member functions.