Computer Science, asked by darshita1385, 7 months ago

Which of the following are examples of selection construct?
1. if else
2. for
3. do while
4. switch case
(a) 1 and 2
(b) 1 and 4
(c) 2 and 3
(d) all four are selection construct


Plz tell fast​

Answers

Answered by shivampatawari07
2

Answer:

(d) all four are selection construct

Explanation:

all all for our selection Constructions are example of selection construct

Answered by jayant6096
2

Answer:

(b) 1 and 4

Explanation:

Selection statements: if -else and switch

Iteration statements: while, do, and for

Jump statements: break, continue, and goto. (return also belongs in this category.)

Similar questions