Posts by Ronin F. Matsumoto • 1 point
2 posts
-
0
votes2
answers3022
viewsA: Repeat number check on matrix in C
This was a solution that a friend helped create. Thank you to those who tried to help. :) #include <tchar.h> #include <stdio.h> #include <stdbool.h> int _tmain(int argc, _TCHAR*…
-
0
votes2
answers3022
viewsQ: Repeat number check on matrix in C
I am not able to find the error of this code. I did it to check if in a 4x4 matrix the number being inserted already exists. For some reason that I do not know he accepts the times repeated values…