Control Statement Or Decision Making Statement
----------------------------------------------
control statements are the statements in which all parts of program does not
execute only some part of program executed based on condition.
for ex if, if else, if else if .... else, switch, loop(for,while, do while),
break, continue, goto.
www.inborntechhub.com
#ifelse
#ifelseifelse
#if