Problem Set
1. Solve the following problems using Recursion and Iteration
2. Define a function to merge the characters of two strings alternatively. The remaining characters
of the longer string are printed in the same order at the end.
3. Define a function to check if a given year is a leap year. Returns a boolean value
I've worked out all the above questions .You can access them here.