Posts by gustavo c • 13 points
1 post
-
1
votes2
answers120
viewsQ: Bingo program does not identify who has won
Trying to make a bingo with matrix in C, however the verification of the drawn values does not identify correctly with the matrix. #include <stdlib.h> #include <stdio.h> #include…