# Topic J - Looping Structures
# Overview
# LOGs
# General Programming Concepts and Terms
- Identify the C# statements that correspond to Do-While and Do-Until logical structures
- Translate Do-While structures into code
- Translate Do-Until structures into code
- Identify and distinguish the parts of the for statement in code
- Describe the common situations in which the for statement is used
- Demonstrate how the various looping statements can be interchanged with slight alterations of the logical structures to maintain the overall logic of a given routine.
Examples →