364,511 views
43 votes
43 votes
Identify and differentiate between the two (2) types of selection structures

User Mehravish Temkar
by
3.1k points

1 Answer

13 votes
13 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 Psykeron
by
2.9k points