Computer Science, asked by rageshraagu123, 3 months ago

8) Define selection. what are the types of
selection constructs​

Answers

Answered by sushina2893
0

Answer:

We can identify three types of selection construct: If statements. Case statements. Pattern matching.

...

There are a number of recognised basic programming constructs that can be classified as follows:

Sequences (First Floor)

Selection (Second Floor)

Repetition (Third Floor)

Answered by shreyavarma24
1

Answer:

Selection construct is also called as conditional construct.

This structure helps the programmer to take appropriate decision.

Explanation:

There are five types of selection construct

1. simple-if

2. if-else

3. if-else-if

4. Nested-if

5. Multiple selection

Similar questions