Question: (20pts) Write a program that prompts the user to input a particular day of the week (ex. Sunday, Monday, etc.), this input should then be

(20pts) Write a program that prompts the user to input a particular day of the week (ex. "Sunday", "Monday", etc.), this input should then be passed into a function called next_day() function accepts and returns a string. The next_day function should determine the equivalent numerical day of the week based on the input given by the user in the form of "1st", "2nd", "3rd", etc (as a string that is returned back to the calling function). 34. (5pts) Pseudocode
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
