/* * TellNumShipsLiving - Returns the number of ships living * on the player's board */ public int TellNumShipsLiving() { return(board.GetNumShipsLiving()); }