Some problem solving programming challenges, i have solved. Not all are here, but started adding them slowly.
This project is maintained by chankruze
You receive a date and need to know what day of the week it is.
Create a program that takes in a string containing a date, and outputs the day of the week.
A string containing a date in either “MM/DD/YYYY” format or “Month Day, Year” format.
A string containing the day of the week from the provided date.
11/19/2019
Tuesday
19 November 2019 is a Tuesday.
| Language | Solution |
|---|---|
| C | not available |
| CPP | not available |
| C# | not available |
| Python | available |
| Java | not available |
| Ruby | not available |
| Swift | not available |