Question: visual basic A form contains a button called btnDisplay, and the following code is placed inside btnDisplay s Click event procedure. At run time, which

visual basic A form contains a button called btnDisplay, and the following code is placed inside btnDisplays 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))

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Databases Questions!