Simple if-else-if in a ladder style comparison to resolve age of friends problem which was not able to compare two friends with equal age.
Calculating volume discounts on purchase quantity volumes based on multiple levels of quantity slabs.
Classic case of successive slab wise rates calculation for electricity bill generation solved using if-else-if and slab rate formulas.
Finding if the character entered by the user is a digit, upper case alphabet, lower case alphabet or other special character using if-else-if ladder.
Solving for more than one if conditions using nested if for conditions on age and gender of person
Handling of patients diversion to doctors based on there body temperatures using multiple if and if ladder.
Learning to verrify user id and password using nested if selection
Userid and password matching with nested if and the dangling else issues.
Understanding dangling else problem in a typical leap year calculation situation.
Write a c++ program to take the value of a four digit year from the user and
Write a c++ program to find the largest of three numbers using the if-else se