Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Note: Please Do the Following Program in Python: just a reminder that you should be deeply into the Zeller's congruence program by now. To recap:
Note: Please Do the Following Program in Python:
just a reminder that you should be deeply into the Zeller's congruence program by now. To recap: 1. Your program should be designed to accept input from the user where they will be prompted for the month, the day, and the year. You will error check the input to make sure that all dates are valid. By that I mean that you check for the correct amount of days in a given month, no years less than 1, etc. 2. Your program will need to adjust the month from 1 to 13 and 2 to 14 plus subtract 1 from the year if the user enters a jan or feb date. 3. Your program will then calculate the Zeller's formula as per: 13(m+1) ercorre + Y +PhedyofthHo-saturday,17, 4100 400 2. where h is the number corresponding to the day of the week (0 saturday, 1 -sunday, etc) 4. Once you have obtained the h and translated it into a word do not forget to reset the month and year to their original values if you had to make a change for the Jan and feb substituture in step 2 5. Print out the result as mm/ddlyyyy was a dow 6. end the progranm This is due Tuesday of week 5 (this is week 4 coming up) Please do all the steps in the 8 step process.emember I will not help you unless you are all the way through the analysis step to get help with the flow chart and the flow chart step to get help with the code. This program should only exerute one timnStep 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