Computer Science, asked by hritikdgmailcom2561, 3 months ago

structure programming characteristics

Answers

Answered by adityadey578
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 ItzGuriSidhu
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