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