Computer Science A - 10/16/99 void initialize(apmatrix& ); void checkNumber(apmatrix& , int& , int ); bool rowFilled(const apmatrix& ); bool colFilled(const apmatrix& ); bool diagFilled(const apmatrix& ); bool conersFilled(const apmatrix& ); void checkForWinner(const apmatrix& , bool& ); void display(const apmatrix& , bool& ); void playGame(apmatrix& );