write names of control structure in basic
Answers
Answered by
0
Answer:
The basic Control Structures in programming languages are: Conditionals (or Selection): which are used to execute one or more statements if a condition is met. Loops (or Iteration): which purpose is to repeat a statement a certain number of times or while a condition is fulfilled.
Explanation:
Hope it helps :)
Answered by
2
Answer:
1 : sequence
2: selection
3 : loop
Explanation:
hope it is helpful for you
Similar questions