Computer Science, asked by dponature, 3 months ago

name two control structures in computer

Answers

Answered by swagswara098
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 jcalder
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