Question: Write a C program that will accept the following user input: (a) the day of the week, eg. Tuesday. (b) an n number of day
Write a C program that will accept the following user input:
(a) the day of the week, eg. Tuesday.
(b) an n number of day from now, where (1000 n 10000)
Your program will then output the day of the week after n days. For example: if user input Monday and n = 3000, your output should be Friday
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
