In this video we will discuss about if else if statement or nested if else statement. In this video we will discuss the following programs:
1. Test whether a number entered is positive, negative or equal to zero.
2. Program to display examination result.
If percentage is greater than equal to 80, print first division
`If percentage between 60 to 80, print second division
If percentage between 40 to 60, third division
Less than 40 fail
3. Find the greatest of three numbers.
4. Calculate the roots of a quadratic equation