Multiple Choice
A form contains a button called btnDisplay, and the following code is placed inside btnDisplay's Click event procedure. At run time, which one of the following cannot possibly be displayed in the message box when the user clicks on btnDisplay? Dim rndNum As New Random Dim num1 As Integer num1 = rndNum.Next(0, 3) MessageBox.Show(CStr(num1) )
A) 3
B) 2
C) 1
D) 0
Correct Answer:

Verified
Correct Answer:
Verified
Q76: When working with the MenuStrip control, the
Q77: Which of the following expressions refers to
Q78: The statements gr.DrawLine(Pens.Red, 0, 0, 30, 40)
Q79: The following statement can be used to
Q80: Give a statement that draws a red
Q82: After a ToolTip control has been placed
Q83: What is the effect of the statement
Q84: A list that has dropped down disappears
Q85: Which of the following steps turns off
Q86: The pair of statements <br>Dim fnt As