More Conditional statements - English

3312 visits



Outline:

if-elsif-else conditional statement is used to check specific condition and if it is true execute the respective block else execute the default else block. switch is conditional case statement. Satisfied case gets execute else the default case gets execute.