Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int i = 0
- numLoops = 1
- do this numLoops times, numLoops++
- someTypeOfLoop, i++
- print[i]
- here is the goal output:
- 1
- 1 2
- 1 2 3
- 1 2 3 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement