Does anyone know how to writea program to print
1 2 3 4 5 6 7 8 9
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 and so on until it is down to one.
Anyone know how to right a function that perform this with a knowledge up to only loops not recursive:
===========
* *
* *
* *
* *
* *
===========
Anyone know how to right a function that performs thiswith a knowledge of only loops not recursive:
***********
*********
*******
*****
***
*