VB/C# - 07 Repetition Structures

5 videos • 939 views • by Stephen Hustedde Unit 07 - Repetition Structures: We examined structures for following different branches in executing our program in Unit 5. In these lessons, we will examine writing repetition structures that allow blocks of our code to execute multiple times until some condition is met or unmet. These are often referred to as :loops" in our code. NOTE: I teach both languages concurrently in the same classroom/lab as they are very similar. [These videos cover both VB and C# structures]