P
Q. What will be the content of Text after the code is executed with id=4?
If id==1 Then Text="Janet"; Elseif id==2 OrElse id==3 Then Text="Mark" ElseIF id==4 Then Text="Jerry" Else Text="Sue "; EndIf
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. . . . . . . . . structure can handle conditions with multiple outcomes in an easier manner
Q. A control's KeyPress event occurs every time . . . . . . . .
Q. A . . . . . . . . allows you to select from a list of choices.
Q. The . . . . . . . . operator is commonly used to determine whether a number is even or odd.
Q. In VB the . . . . . . . . function converts a string to a number.
Q. A Radio button can be directly accessed from the keyboard using a . . . . . . . .
Q. The size of . . . . . . . . is determined by the label's margin property.
Q. The most common event associated with the command button is the Click event,
Discusssion
Login to discuss.