Vidyalelo
Visual Basic · Q253

Visual Basic MCQs: Test Your Proficiency in Visual Basic Programming

Programming · Visual Basic · question 253

Q253

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

A.
Fair
Answer
B.
Fail
C.
Good
D.
Excellent

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board