108k views
1 vote
Identify and differentiate between the two (2) types of selection structures

User Guri S
by
4.8k points

1 Answer

3 votes

Answer:

there are two types of selection structure which are if end and if else first the differentiation between if and end if else is if you want your program to do something if a condition is true but do nothing if that condition is false then you should use an if end structure whereas if you want your program to do something if a condition is true and do something different if it is false then you should use an if else structure

User Archr
by
5.0k points