Friday, April 22, 2016

Week 7

Today, I learned how to use a loop. Loops prevent a programmer from having to continuously type the same monotonous  string of code. I learned about 2 types of loops: the while loop and for loop. The "for" loop allows me to easily create a simple loop without having to type as much as I would with the "while" loop, but it can't be used in all loop situations. I didn't do many interesting projects with the loop, so I decided not to post any sort of link to my projects.

No comments:

Post a Comment