Take control of repetitive tasks with this course on C# loops. Learn the basics of while, do-while, for, and foreach loops, and manage loops effectively with break and continue statements. Assist Cosmo as he monitors ongoing space mission parameters.
Overview
Syllabus
- Lesson 1: Getting Started with While Loop
- Running the While Loop
- Reversing the While Loop
- Fix the While Loop
- Print Numbers from 1 to 10 Using While Loop
- Write a While Loop
- Lesson 2: Understanding Do-While
- Exploring the Do-While Loop
- Do While Loop Variation
- Fix the Do While Loop
- Complete the Do-While Loop
- Write a Do-While Loop
- Lesson 3: Mastering the For Loop
- Running a For Loop
- Decrementing a for Loop
- Fix the Navigation Points Loop
- Adjust the Loop Update
- Complete the For Loop
- Writing a for Loop Countdown from Scratch
- Lesson 4: Navigating Collections with Foreach
- Running Your First Foreach Loop
- Using Other Collections with Foreach
- Find the Bug and Fix It
- Complete the Foreach Loop
- Iterate Planet Distances Using Foreach
- Lesson 5: Managing Loop Control with Break and Continue
- Controlling Loop Flow
- Control Loop with Break and Continue
- Fixing Loop Control Statements
- Complete the Control Flow of the Loop
- Control Loop Flow Write-up