1
Answer

Write a program, which prints, on the console which day of the week is

Sara Hajrizi

Sara Hajrizi

1y
484
1

Use DateTime.Today.DayOfWeek.

 

By the way, for those who have commented to me in the previous questions that this is a class assignment, yes it is true, but since we are beginners in c#, we have the right to search the internet if we ever get stuck. I need answers to learn different methods of how the task is done and and I never thought of just copying them :)

Answers (1)