Multiple Choice
Which of these can be used to determine if a student had earned a grade of an "D" or "F", assuming that a grade of "A", "B", "C", "D" or "F" is in the string variable grade?
A) grade Like "["D" or "F"]"
B) grade Like "['F' or 'D']"
C) grade Like "[!ABC]"
D) grade Like "!A or !B or !C"
Correct Answer:

Verified
Correct Answer:
Verified
Q8: The Visual Basic .NET Get statement causes
Q9: A nested selection structure using If/ElseIf/Else logic
Q10: The maximum number of radio buttons that
Q10: In a Case selection structure,each expression in
Q13: Every Select Case logic structure must be
Q14: A common mistake when writing selection structures
Q16: An online book seller uses the following
Q17: In a Case expression, when only one
Q33: Which of the following would be an
Q47: The default radio button is designated by