Home

What is the correct answer?

4

In form load event, if the following code is written then guess what will be the output :
Dim I as integer, J as integer
I=0
J=5
While I<J
Print I
I=I+1
Wend

A. output will be 0 1 2 3 4

B. No output, blank form will be shown

C. Compiler error

D. None

Correct Answer :

B. No output, blank form will be shown


Related Questions

The title of the dialog box can be changed. IsDate() function returns true if its argument is a valid date and time It is possible in visual basic to specifying array limit like from 1 to… To run an application you have to press : In runtime it is not possible to change the form size. what will be the output of the code below :private sub command_click()dim… A single function of visual basic takes: Isnull(), IsEmpty() determines weather any variable has been initialize… The fundamental property of RichTextBox control is Visual Basic has ____________ number of editions In case of visual basic, IDE means : Data1.Recordset.FindFirst "State=NY"The above code will find the record… If the user wants to select the multiple files from file open and filesave… It is possible to insert a picture in a option button control. Print' statement can be used to print any statement on the screen. Redim statement is used to : The full form of IIS is : While running an application you can change the value of any variable… CommonDialog control is the default control that anyone can find in the… which control structure are working under false condition Terminate is a valid event in form operation Time variable is used to store date and time in visual basic The amount of text any one can place in text box is maximum 64 kb. To break a loop abnormally when satisfying a condition, we can use In timer control _____________ is the most important property. To enable apply button in dialog box ; flag value should be set to The extension name of a Visual Basic form is _____________. Sorted property of list box control is a design time property and cannot… When using do loop-while statement then the statements within the loop… To get the property window in visual basic you have to press :