1.

Which of the following Visual Basic statements will assign the value "QUICK" from the variable y to the string variable x ?y = "THE QUICK RED FOX JUMPED OVER THE DOG"

A. x = left (y,5)
B. x = Instr (5,y "QUICK")
C. x = mid (y,5,5)
D. x = middle (y,5,5)
Answer» D. x = middle (y,5,5)


Discussion

No Comment Found