Q281
Open questionSelect an option to see the answer and solution.
Practice every MCQ with options. Use Show answers when you want the correct option and solution.
689
Questions
15/35
Page
Pick an option on a question to see the right answer and solution.
Q281
Open questionSelect an option to see the answer and solution.
Q282
Open questionSelect an option to see the answer and solution.
Q283
Open questionSelect an option to see the answer and solution.
Q284
Open questionSelect an option to see the answer and solution.
Q285
Open questionSelect an option to see the answer and solution.
Q286
Open questionSelect an option to see the answer and solution.
Q287
Open questionSelect an option to see the answer and solution.
Q288
Open questionSelect an option to see the answer and solution.
Q289
Open questionSelect an option to see the answer and solution.
Q290
Open questionSelect an option to see the answer and solution.
Q291
Open questionSelect an option to see the answer and solution.
Q292
Open question
Do While intSub < 4
intNums(intSub) = intTotal + intTotal
intSub = intSub + 1
Loop
dblAvg = intTotal / intSub
Dim intNums() As Integer = {10, 5, 7, 2}. The intTotal, intSub, and dblAvg variables contain the number 0 before the loops are processed.Select an option to see the answer and solution.
Q293
Open question
If id==1 Then
Text="Janet";
Elseif id==2 OrElse id==3 Then
Text="Mark"
ElseIF id==4 Then
Text="Jerry"
Else
Text="Sue ";
EndIf
Select an option to see the answer and solution.
Q294
Open questionSelect an option to see the answer and solution.
Q295
Open questionSelect an option to see the answer and solution.
Q296
Open questionSelect an option to see the answer and solution.
Q297
Open questionSelect an option to see the answer and solution.
Q298
Open question
Dim intScores As Integer = {78, 83, 75, 90}
Array.sort (intScores)
Select an option to see the answer and solution.
Q299
Open questionSelect an option to see the answer and solution.
Q300
Open questionSelect an option to see the answer and solution.