Question: Rewrite the following If-Then-Else If statement as a Select Case statement. If selection == 1 Then Display You selected A. Else If selection == 2
Rewrite the following If-Then-Else If statement as a Select Case statement.
If selection == 1 Then Display "You selected A." Else If selection == 2 Then Display "You selected 2." Else If selection == 3 Then Display "You selected 3." Else If selection == 4 Then Display "You selected 4." Else Display "Not good with numbers, eh?" End If
Step by Step Solution
3.35 Rating (155 Votes )
There are 3 Steps involved in it
Heres the equiva... View full answer
Get step-by-step solutions from verified subject matter experts
