explain the various types of constructs used in developing an algorithm
Answers
Answered by
4
Answer:
hey mate here's the answer
There are a number of recognised basic programming constructs that can be classified as follows: Sequences (First Floor) Selection (Second Floor) Repetition (Third Floor)
hope it's helpful to you.
Answered by
5
Answer:
hlo dear♥️
Explanation:
There are three basic constructs in an algorithm: Linear Sequence: is progression of tasks or statements that follow one after the other. Conditional: IF-THEN-ELSE is decision that is made between two course of actions. Loop: WHILE and FOR are sequences of statements that are repeated a number of times.
Similar questions