We're doing review of last year's programming, and I can't figure them out!! I know they have to be easy. Please help me get started:

1. Write a program that uses FOR loops to produce the following pattern:

* *
* *
* *
* *
* *
* *
* *
* *

(I hope it turns out like I typed it)


2. Used NESTED FOR LOOPS to produce the following numbering on the screen:

1

1
2

1
2
3

1
2
3
4