Home

What is the correct answer?

4

To break a loop abnormally when satisfying a condition, we can use

A. Break statement

B. Exit statement

C. Both i & ii could be used.

D. None of the above.

Correct Answer :

B. Exit statement


Related Questions

When someone uses the code like list1.list(1); then it will return the… In _______________ control you can get only drop-down list of the content… what will be the output of the code below :private sub command_click()dim… In a programme body :Private sub form_load()X=inputbox("First No. :")Y=inputbox("Second… Currency variable stores fixed point numbers with : You can get a dropdown list and as well as can add some text directly… By default 'Dim myvar' this statement: Constants are processed faster than variables : when using 'do until-loop' statement as stated belowI=10Do until I>5Print… If there is a control array of label for 10 elements, then what will be… What is the default value of MaxLength property of text box control? Time() function is used to recover date & time. To run an application you have to press : CommonDialog1.ShowOpenFilename1=CommonDialog1.FilenameThe above code will Suppose there are two forms; form1 and form2 ; if there are codes like… To enable apply button in dialog box ; flag value should be set to When using do loop-while statement then the statements within the loop… It is possible to change the shortcut key assigned to any menu for accessing… RichTextBox1.BulletIndent=5 ; what will be the effect of this code if… The extension name of a Visual Basic form is _____________. Activate event is called before load event In form load event, if the following code is written then guess what will… The amount of text any one can place in text box is maximum 64 kb. Suppose there is a data control named data1. What will be the effect if… which control structure are working under false condition Sorted property of list box control is a design time property and cannot… In database application, any field does not contain any values can be… In visual basic the default unit is : MDI form1.Arrange vbTileHorizontal; this code in a MDI form will To get the property window in visual basic you have to press :