Computer Science, asked by Anonymous, 1 year ago

What are the two types of selection statement ?

Answers

Answered by shaikhafsa
2
the two types are
if statement and
if else statement 

Answered by siddhartharao77
4
Following are the 2 types of selection statements:

(1) if -- executes if it is true.

(2)if else --- executes the if block if the condition is satisfied, if not else block.
 

Hope this helps!
Similar questions