Your project will calculate the number of days in the month


Your project will calculate the number of days in the month given the desired month and year.

If you do not know how many days are in each month, use a google search or calendar.

Hints:

1. Use a combo box to display the 12 months. Use a textbox for the year. The user will select one month from the combo box and will type the year into the textbox.

2. Use a Select case statement to determine the month selected in the combo box.

3. If the month is February, write code to determine if the year entered is a leap year. If the year is a leap year, the days are 29. If the year is not a leap year, the days are 28.

4. If you do not know how to determine leap year, use a google search. You will need to write a complex/compound If/Else statement and use the Mod function.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Your project will calculate the number of days in the month
Reference No:- TGS02902756

Expected delivery within 24 Hours