1. Write a statement that would
clear the radio button named radSurfBoard.
2. 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”.