//Write C# program to print number of days in a month (Leap Year) using switch case
//Input is a string & in format of mm/yyyy
//Input : 05/2023
//Output : 31
//Input : 02/2020
//Output : 29