I need to create an array and populate it with random values ( randint(0,9) ), except for the same rows and columns. For example, this way:
A| B| C| D| E
A x| 2| 1| 4| 2
B 1| x| 1| 1| 2
C 5| 1| x| 4| 3
D 8| 2| 1| x| 2
E 5| 4| 1|...
asked by
19.11.2018 / 15:36