Week 4-1
Week 4-1
Examples
▪ If (also called single selection)
▪ If-else (also called double selection)
▪ If-else-if
▪ Switch (also called multiple selection)
Iterative Structure
• Used to repeat a statement or
False
set of statement until certain
condition met.
• Also called loop or repetition True