what is the importance of the three programming constructs?
Answers
Answered by
11
Answer:
Programming constructs are basic building blocks that can be used to control computer programs. There are three main programming constructs. They are...
Sequence statements
Selection statements
Iteration statements
These three constructs are extremely important. They can help you control the flow of your program; allowing you to specify how or when parts of your code are executed.
Similar questions