name the five major selection control structures
Answers
Answered by
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
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
Hindi,
3 months ago
English,
3 months ago
Hindi,
3 months ago
World Languages,
10 months ago
Biology,
10 months ago