Lesson 3 - Loops
Objectives
-
Understand code blocks and variable scope.
while
loops: C# While Loop.- Print all the numbers from 1 to 20.
- Refactor the “Progress Bar” solution using a
while
loop.
for
loops: C# For Loop.- Calculate the sum of all the numbers from 1 to 100