A year is leap year if it is divisible by 4 unless it is divisible by 100 but not by 400. Write down program to prompt the user to enter year, and then tells user whether it is leap year. If user doesn't enter valid year (i.e., a positive integer), the program must say as much and give user another chance to enter year.