Structured English
Structured English
Sequential Structure
A block of instructions in which no branching occurs
Decision Structure
Only IF a condition is true, complete the following statements: otherwise, jump to the ELSE
Case Structure
A special type of decision structure in which the cases are mutually exclusive
Iteration
Blocks of statements that are repeated until done
Structured English Example
ADD numbers together = TotalDIVIDE Total by amount of numbers = Average
OUTPUT Average
numbers = USER INPUT NUMBERS
Comments
Post a Comment