Write a Select Case statement using the fewest Case statements possible to display the number of days

Question:

Write a Select Case statement using the fewest Case statements possible to display the number of days in each month. The user enters the number of the month, such as 8 , which is converted to an integer and assigned to the intMonth variable. The Select Case statement should display a message box that states the number of days in the month, such as " 31 Days."

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: