1. Write a C++ program on simple try-catch mechanism. 

2. Write a C++ program that finds Voter eligibility age in India using try-catch block.

3. Write a C++ program that throws Division by zero exception using try block invokes function.

4) Write a C++ program to handle various types of exceptions using multiple catch statements.

5) Write a C++ program to handle all exceptions.