Find solutions to your problems with the help of IDNLearn.com's expert community. Get accurate and detailed answers to your questions from our dedicated community members who are always ready to help.

Identify and differentiate between the two (2) types of selection structures

Sagot :

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