I am trying to write a code to identify a leap year; which is if the year is divisible by 4, but not divisible by 100 or 400. I wrote the code below it doesn\'t execute righ