name two control structures in computer
Answers
Answered by
0
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.
hope it helps
mark me as brainliest
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:
Similar questions