SP10366 CODEIT03 - Play with Dates

Description

**Play with dates** =================== **Problem Statement:** Given the date, month and year, find the day. **Input Specification:** The first line consists of an integer t, the number of test cases. Then for each test case there are three integers the date, month and year. **Output Specification:** For each test case print the day in words in a separate line(The first character should be caps followed by small letters). **Input Constraints:** 1

Input Format

N/A

Output Format

N/A