Home

What is the correct answer?

4

which control structure are working under false condition

A. do-while loop & do loop-while

B. while-wend & for loop

C. do-while loop & while wend loop

D. do-until loop & do loop-until

Correct Answer :

D. do-until loop & do loop-until


Related Questions

The arrange property of MDI form is available at design time. which control structure are working under false condition Through which property of option button control one can change the font… It is possible to insert a picture in a option button control. If there is a control array of label for 10 elements, then what will be… In visual basic 'Break' statement could be used along with "Select Case" When using do loop-while statement then the statements within the loop… which should be included when an application is used without any forms Function can return array as return value: MDI form1.Arrange vbTileHorizontal; this code in a MDI form will In runtime it is not possible to change the form size. Now() function will return the current drive and directory you are working… To add the commondialog control to any project one has to include it from It is possible to load a MDI form without any childform. The full form of IIS is : ABS() function will generate a hole value when used with a number with… The fundamental property of RichTextBox control is Function Add(Num1 as integer, Num2 as integer) as integerAdd=Num1+Num2Num1=0Num2=0End… Suppose there is a data control named data1. What will be the effect if… A single function of visual basic takes: In visual basic Bool variable stores Constants are processed faster than variables : The maximum length of a variable is _____________ characters. Instr$(text1.text,"visual") will returns : Suppose there are two forms; form1 and form2 ; if there are codes like… IsDate() function returns true if its argument is a valid date and time There are _________________ no. of built in windows dialog boxes provided… In visual basic the default unit is : The extension name of a Visual Basic form is _____________. If you want a list box control with check box option, which property of…