Multiple Choice Question (MCQ)
Question:
What will be the output of the following VBA code?
Sub test()
a = 9
Debug.Print Sqr(a)
End sub
A.
3
B.
9
C.
18
D.
81
Correct Answer: 3