Question: Write the code to implicitly size an array named strDay and to determine the day of the week (such as Monday) if the user enters
Write the code to implicitly size an array named strDay and to determine the day of the week (such as Monday) if the user enters the number 1 into a TextBox object named txtDayOfWeek and the number is converted to an Integer variable named intDay. The day of the week is displayed in a Label object named lblFullDay.
Step by Step Solution
3.32 Rating (152 Votes )
There are 3 Steps involved in it
Dim strDay As String ... View full answer
Get step-by-step solutions from verified subject matter experts
