CS 3304: Comparative Languages
Control Structures
[
Course Documents
] : [
Control Structures
]
Previous
Contents
Next
Keyword Index
Multiple Selection Constructs
Design Issues:
What is the form and type of the control expression?
What segments are selectable (single, compound, sequential)?
Is the entire construct encapsulated?
Is execution flow through the structure restricted to include just a single selectable segment?
What about unrepresented expression values?