Problem:
Question- Write a program that allows a user to enter a string containing a day of the week ('sunday','monday',tuesday',etc) and ueses a switch construct to convert the day to its corresponding number, where sunday is considered.
Please show code with comments so I can follow what you are doing.