Download presentation
Presentation is loading. Please wait.
1
Program Flow
2
Legend Decision Operation End of Block
3
Sequence
4
If / Then T F
5
If Then Else F T
6
If Then / Else If / Else F T F T
7
Select Case T The select case statement executes only the first true choice. The switch control structure is the C++ and Java equivalent. It, however, returns and executes all true conditions unless a break statement is provided. F T F T F
8
While T F
9
Do / Loop While T F
10
Do While / Loop T F
11
For Next Limit? T Step F
12
Nested Control Statements
Limit? T F For to 10 T Step F Step
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.