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 == 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

1 Expert Approved Answer
Step: 1 Unlock

Heres the equiva... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Starting Out With Programming Logic And Design Questions!