Computer Science, asked by mohammedsaffan, 5 months ago

name the five major selection control structures​

Answers

Answered by riya5395
0

Answer:

In selection control structures, conditional statements are features of a programming language which perform different computations or actions depending on whether a programmer-specified Boolean condition evaluates to true or false.

Answered by pratik2002pal
1

Explanation:

Flow of control through any given function is implemented with three basic types of control structures:

Sequential: default mode. ...

Selection: used for decisions, branching -- choosing between 2 or more alternative paths. ...

Repetition: used for looping, i.e. repeating a piece of code multiple times in a row.

Similar questions