Object Write a program that reads a year and determines whether the year is leap or not. Algorithm Declare integer variable y. Read y. IF (y mode 4 = 0), then Write “Year is a leap year”. ELSE Writ…