Question: Hi, I need help with my Visual Basic class. 7) Which of the following is not legal syntax for an IF statement (Note Answer with
Hi, I need help with my Visual Basic class.
7)
Which of the following is not legal syntax for an IF statement (Note Answer with letter A,B,C,or D only):
A) If a > b Then .intX = 100
B) If a > b Then intX = 200 End If
C) If a > b Then intX = 100 Else .intX = 200 End If
D) If a > b .intX = 100 End If
8) True or False: Select Case construct is used for iteration in a loop
9) True or False Another form of the IF statement is to use ElseIf in place of Else
10) True or False: The Select Case statement is preferred to using a series nested ElseIf
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
