Question: 7. What will the code in Figure 5-28 display when the intId variable contains the number 3? a. Janet b. Jerry c. Mark d. Sue
7. What will the code in Figure 5-28 display when the intId variable contains the number 3?

a. Janet
b. Jerry
c. Mark
d. Sue
If intId 1 Then 1b1Name.Text = "Janet" ElseIf intId = 2 Then 1b1Name.Text = "Mark" ElseIf intId = 3 OrElse intId = 4 Then 1b1Name.Text = "Jerry" Else 1b1Name.Text = "Sue" End If
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
