structure programming characteristics
Answers
Answered by
0
Answer:
Sequence. Lines or blocks of code are written and executed in sequential order. ...
Repetition. Repeat a block of code (Action) while a condition is true. ...
Selection.
Answered by
2
Answer:
Structured programming is a program written with only the structured programming constructions: (1) sequence, (2) repetition, and (3) selection.
• Sequence. Lines or blocks of code are written and executed in sequential order. ...
• Repetition. Repeat a block of code (Action) while a condition is true. ...
• Selection.
Similar questions