☞Decision control instruction is also known as selection control instruction.
☞The following are the ways to implement decision-control instructions :
1. if 2. if-else 3. if-else-if ladder 4. nested if 5. ternary operator