C#: Determine the day of the week 40 days after the current date
Write C# Sharp program to determine the day of the week 40 days after the current date.
Sample Solution:-
C# Sharp Code:
Sample Output:
Today: Saturday 40 days from today: Thursday
Flowchart :

C# Sharp Code Editor:
Improve this sample solution and post your code through Disqus
Previous: Write a C# Sharp program to calculate what day of the week is 40 days from this moment.
Next: Write C# Sharp program to add a number of whole and fractional values to a date and time.
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.