13604 - EECS2310_Lab_3_3   

Description

Write a program to input a date in year 2021 and find out which day of the week it is.As usual, there should be a new line at the end of the output string. You should exclude invalid inputs like Lab 3-2, too.

Input

10/14

Output

Thursday

Sample Input  Download

Sample Output  Download

Tags




Discuss