arrays??
can anyone try to help me getting an output like this:
ull be able to input a number for example..
12 and its output is like this...
12 11 10 9 8 7 6 5 4 3 2 1
11 10 9 8 7 6 5 4 3 2 1
10 9 8 7 6 5 4 3 2 1
....................
..................
...................
3 2 1
2 1
1
i'm a noob programmer and can't figure how to start please help me thanks in advance...
|