I basically need help getting this kind of illustration using Arrays:
ex:
3
5 6
9 0 2
3 4 1 4
3 1 2 3 4
the variables are just examples, I just need to know how can I do that without having it like this:
3 0 0 0 0
5 6 0 0 0
9 0 2 0 0
3 4 1 4 0
3 1 2 3 4
Thank You!!
ex:
3
5 6
9 0 2
3 4 1 4
3 1 2 3 4
the variables are just examples, I just need to know how can I do that without having it like this:
3 0 0 0 0
5 6 0 0 0
9 0 2 0 0
3 4 1 4 0
3 1 2 3 4
Thank You!!
Comment