I am learning For Loops and I would like to get ideas of short programs that i could write for experience on them. Has anyone got any ideas ?
Printable View
I am learning For Loops and I would like to get ideas of short programs that i could write for experience on them. Has anyone got any ideas ?
One standard assignment is to write a method that takes an int parameter and then prints out a pyramid which is that high.
Code java://printPyramid(5) * *** ***** *******