The case statement is used to make complex selection easier. It is used with one variable i.e
- Case Age
- >=21: Display over 21
- >=18: Display over 18
- <18: Display Under 18
The case statement is used to make complex selection easier. It is used with one variable i.e