nestedFor3
Alter the conditions of the for-loops so that it builds a String as shown below.
Note that when you're building a String, you can concatenate "\n" to insert new lines in your final String. this is what you see here.
A call to nestedFor() results in
*
**
***
****
Type your solution
Skills Practiced:
3.C
4.A
4.B
Saved
Saved