Advertisement
devankransteuber

Untitled

Mar 6th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. int i = 0
  2.  
  3. numLoops = 1
  4.  
  5. do this numLoops times, numLoops++
  6. someTypeOfLoop, i++
  7. print[i]
  8.  
  9. here is the goal output:
  10. 1
  11. 1 2
  12. 1 2 3
  13. 1 2 3 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement