Brief Summary
This course is all about diving into loops in C#. You'll learn about for loops, while loops, and how they work with fun, easy-to-follow videos. Perfect for those looking to get comfy with coding and programming logic!
Key Points
-
Introduction to common loops: for, while, do while, and foreach
-
Focus on understanding the logic behind loops
-
Step-by-step explanation of how loops work
-
Content applies to other programming languages too
-
Resources include HD videos and a PDF of code
Learning Outcomes
-
Understand the logic behind for loops and create them
-
Grasp the workings of while loops
-
Learn when to use different types of loops
-
Translate requirements into C# code effectively
-
Access resources that support your learning journey
About This Course
Master The Fundamentals of Loops In C#
Added a "Fill-In-The-Blank" test on for loops. 5/17/2024.
Added a "Fill-In-Blank" test on while loops. 5/19/2024.
Added a Quiz on when to use each type of loop and so on. (5/20/2024)
To be a real programmer, you must know loops. This course gives an introduction to the most common loops: for, while, do while and foreach. Loops allow us to perform an action repeatedly without having to write a great amount of code. Loops do have a reputation as being a stumbling block for many aspiring programmers. This course is designed to introduce to loops in the most understandable way the author has been able to come up with. The concepts presented in this course carry over to other languages like Java, C++, C, Python and so on. Each lesson is an HD video with heavily commented code. I explain both the "why" and "how" of loops. The "why" part corresponds to understanding how to translate a given requirement into C# code. The "how" part walks you through the execution of a loop, step by step because respecting each step is required for total understanding. You can also access a PDF version of the code under lesson resources. It's best if you have already worked with C# to the extent of having made simple C# console programs. The code presented deals only with console programs, and not graphical windows. Thanks for reading, friends, and let's dive right in!
understand the logic of for loops
understand how to create and run for loops
understand the logic of while loops
Austin P.
fast but good