Lesson7 Control Structures
Lesson7 Control Structures
(Conditional Statements):
Selection control structures allow
your program to make decisions
based on certain conditions. The
most common selection structures
are if statements and switch
statements.
ITERATION CONTROL