What are the two types of selection statement ?
Answers
Answered by
2
the two types are
if statement and
if else statement
if statement and
if else statement
Answered by
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!
(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