Похожие чаты

If (countO == countX) {

return true;
}
else
{
return false;
}

but WHY do you need this?

1 ответов

15 просмотров

It should actually be this return countO == countX;

Похожие вопросы

Карта сайта