Home

What is the correct answer?

4

when using 'do until-loop' statement as stated below
I=10
Do until I>5
Print I
I=I+1
Loop
This statement will print

A. it will generate a run time error

B. no output will be shown

C. 10 11 12 13 14 15

D. none of the above

Correct Answer :

B. no output will be shown


Related Questions

It is possible in visual basic to specifying array limit like from 1 to… Sort is a method by which elements can be sorted in flexgrid control Currency variable stores fixed point numbers with : It is possible to declare 'Dynamic Array' in visual basic. Time() function is used to recover date & time. which should be included when an application is used without any forms The extension name of a Visual Basic form is _____________. DocumentForm() it is There are _________________ no. of built in windows dialog boxes provided… To add the commondialog control to any project one has to include it from If the Flag constant for the font common dialog box is cdlCFPrinterFonts… You can get a dropdown list and as well as can add some text directly… Visual Basic produce: In a programme body :Private sub form_load()X=inputbox("First No. :")Y=inputbox("Second… Visual Basic has ____________ number of editions In _______________ control you can get only drop-down list of the content… When someone uses the code like list1.list(1); then it will return the… List count property returns total number of items in list box control. The other Single Document Interface forms are by default child of MDI… In runtime it is not possible to change the form size. When using do loop-while statement then the statements within the loop… Data1.Recordset.FindFirst "State=NY"The above code will find the record… In visual basic Bool variable stores Sorted property of list box control is a design time property and cannot… Dialog title property is used to change the title of any dialog box CommonDialog1.ShowOpenFilename1=CommonDialog1.FilenameThe above code will In form load event, if the following code is written then guess what will… Suppose there is a data control named data1. What will be the effect if… It is not possible to change the back color property of option button… Print' statement can be used to print any statement on the screen.