51.
Which of the following statements assigns (to the intElements variable) the number of elements contained in the intNums array?

53.
What will be contained in Msg if grade entered by user is 'd'?
grade=grade.Text.ToUpper
If grade=="A"
  Msg ="Excellent"
ElseIf grade=="B"
  Msg="Very Good"
ElseIf  grade=="C"
  Msg="Good"
ElseIf grade=="D"
  Msg="Fair"
Else
  Msg="Fail"
EndIf

57.
To include the image file in the project itself, the Project Resource file radio button must be selected from which dialog box?

Read More Section(Visual Basic)

Each Section contains maximum 100 MCQs question on Visual Basic. To get more questions visit other sections.