Zeller’s congruence is an algorithm developed by Christian Zeller to calculate the day of the week. See here for formula. Note that the division in the formula performs an integer division. Write a program that prompts the user to enter a year, month, and day of the month, and displays the name of the day of the week. Here are some sample runs: