3. Program to find the sum of all even numbers from m to n, where m and n
are input by the user.
up to 10 times.
5. Program to display the multiplication table of m, up to n times, where the
numbers m and n are entered by the user.
6. Program to input salary of an employee and display the salary that the
person will receive for each of the next 5 years if he gets an increment of
10% every year.
7. Program to input the principal, rate of Interest and display the simple
interest to be paid at the end of each year for n years.
8. Program to display the sum of factors of n which is input by the user.
9. Program to display the sum of even factors of a number input by the user.
TIME TO Think
4. Program to display the multiplication table of a number entered by the user,