Home > Blockchain >  "Write a program that works out whether if a given year is a leap year."
"Write a program that works out whether if a given year is a leap year."

Time:06-23

Can someone help me understand what is wrong with this code?...i dont see an indentation match for if else statements.The question is as follows "Write a program that works out whether if a given year is a leap year." but it gives correct output...can someone correct me or give an explanation about why is it like this?

This is my code:

#            
  • Related