Loading [MathJax]/jax/output/HTML-CSS/fonts/TeX/fontdata.js

Course's Objectives

1. To achieve repetitive tasks without having to type repetitive code through loops.

2. To understand the different types of loops that exist.

3. What is the difference between a while loop and a for loop and when is appropriate to use the one in favor of the other.

4. What kind of problems loop solve in general.

5. What is the purpose of the 'break' and 'continue' keyword?

6. Learn the use of nested loops.

7. Practice practice practice