#includeconstintMIN_NUM=1;constintMAX_NUM=1000;classguessGame{public:voidplay();protected:intm_nHi;intm_nLo;intm_nGuess;intm_nHint;voidstartGame();voidshowGuess();intplayMore();};