I have an algorithm where I fill a matrix of 10 x 10. I wish that at the time of printing the matrix, no number is repeated.
This is my code:
int posi = 0, posj = 0, mayor = 0;//declaracion de variables para la posicion y el numero mayor...
asked by
10.08.2017 / 12:13