UMER’S Algorithm for date to day conversion Suppose we have a date D-M-Y and we want to determine the day of week on which that date falls. We can do this in three simple steps: IMPORTANT TERM: Before starting we have to learn an important term, the mod operator. The mod operator returns the remainder …