Examlex

Solved

A Form Contains a Button Called BtnDisplay, and the Following

question 81

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


Definitions:

Related Questions