(C++)I need to create a program that would input year and month in number. Display the year and the number of days in that month. The hard part is I need to include the leap year e.g. if the input year is 2000 and the input month is 2 (which is February) the output no. of days must be "29 Days".
I wish you can help. Anyways, thanks in advance.