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
Explanation
No explanation provided.