Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem Description: Zeller s congruence is an algorithm developed by Christian Zeller to calculate the day of the week. The formula is: h = (
Problem Description:
Zellers congruence is an algorithm developed by Christian Zeller to calculate
the day of the week. The formula is:
h q m k k jj
where
h is the day of the week : Saturday, : Sunday, : Monday...
q is the day of the month
m is the month : March, : April, : December, January and February
are counted as months and of the previous year
j is the century ie year
k is the year of the century ie year
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.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started