Given the following function:
```Function Power(K, M) As Float
Set Power = M^K
End Function```
What is displayed when the following statement in the main program is executed?
```Write Power(3, 4)```
a. 27 b. 256 c. 64 d. 81
C
Computer Science & Information Technology
You might also like to view...
Which of these is the main work area in Microsoft Office Word?
A) New project B) Slide C) View D) Document
Computer Science & Information Technology
If you need to provide a storage server with fault tolerance through the use of multiple paths between the server and the actual storage, what feature should you install?
A. Data Deduplication B. Data center bridging C. DCB Exchange D. Multipath IO
Computer Science & Information Technology