Hi Everyone,
I have been stumped by this problem. I need to create a pattern such as:
1
21
221
2221
22221
Using nested for loops. I have something that does (A)
222221
222221
222221
222221
222221
and used to have something that did (B)
1
21
221
2221
22221
222221
2222222
Any hints would be helpful.