Programs are often built in a logical sequential order of three connected phrases. The three phases in are order
Answers
Answered by
0
The three basic structures in computer programming are sequence structure, selection structure, and loop structure.
The Sequence structure will post a list of executable functions.
The selection structure is used to make a decision and it must result in either a true (yes) or false (no) answer.
The loop structure allows one to run one or more lines of code in a repetitive manner.
The Sequence structure will post a list of executable functions.
The selection structure is used to make a decision and it must result in either a true (yes) or false (no) answer.
The loop structure allows one to run one or more lines of code in a repetitive manner.
Similar questions