Skip to content

Latest commit

 

History

History

calendar module

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Calendar Module

You are given a date. Your task is to find what the day is on that date.

Input Format
A single line of input containing the space separated month, day and year, respectively, in MM DD YYYY format.

Output Format
Output the correct day in capital letters.

Sample Input
08 05 2015

Sample Output
WEDNESDAY