I'm trying to print a matrix diagonally, that is, the one in
1 2 3
4 5 6
7 8 9
print 1 2 4 3 5 7 6 8 9
I have this, in which I only print up to 7 because if it does not leave the matrix:
public class matriz {
public static void main(St...
asked by
24.01.2017 / 17:51