477,733 views
5 votes
5 votes
The structure theorem states that it is possible to write any computer program using only ________ basic control structures

User Shen Liang
by
2.9k points

1 Answer

13 votes
13 votes

Answer:

three

Step-by-step explanation:

Structured programming is based on three control structures: sequence, selection, and repetition. The structure theorem states that any program can be written using only three control structures.

User BMacedo
by
2.6k points