Posts by joão • 1 point
1 post
-
0
votes0
answers47
viewsQ: Problem in method verification
I did this function for the game of old: void jogadaPC(char m[][3], char opc) { puts("\nVez do computador."); sleep(1); int linha = rand() % 2; int coluna = rand() % 2; bool vazio = localVazio(m,…