Problem Description
A = "Sunday" B = 1
Input 2:
A = "Monday" B = 14
1
Output 2:
2
The only day in the month is sunday.
Explanation 2:
The 7th and 14th day of the month will be sunday
NOTE: You only need to implement the given function. Do not read input, instead use the arguments to the function. Do not print the output, instead return values as specified. Still have a question? Checkout Sample Codes for more details.