Alright, so for the output:
0 2 4 6 8 10
1 3 5 7 9 11
3 6 9 12 15 18
6 10 14 18 22 26
... (the pattern presented goes on forever)
a code must be written to create it. I know I need a for loop, or a loop of some kind.
But, I don't even know where to begin with this!