Karanbir S.
asked 05/21/21CREATE A C# PROGRAM.
Research a rule called "Zeller's Congruence". This rule provides a complex formula that can be used to determine what day of the week any particular date occurred. For example, if the user entered September 4, 1984, the program would output Tuesday.
Your program should use Zeller's rule to output the day of the week any date occurred and for each weekday, output a proverb, fortune, piece of wisdom, etc...
For example, September 4, 1984, was a Tuesday. "Tuesday's child is full of grace."
It should also be continuous.
1 Expert Answer

Patrick B. answered 05/21/21
Math and computer tutor/teacher
https://www.wyzant.com/resources/answers/849873/your-program-should-use-zeller-s-rule-to-output-the-day-of-the-week-any-dat
Karanbir S.
I Said I keep getting errors with that.05/21/21
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Karanbir S.
Please answer with the code.05/21/21