Question #2202

What will be the output of the following VBA code? <br> Sub test() <br> a = 9 <br> Debug.Print Sqr(a) <br> End sub

A.
3
B.
9
C.
18
D.
81
Explanation

No explanation provided.