Question

To pause program execution for a half of a second, type ____.
a. System.Threading.Sleep(500)
b. System.Threading.Thread.Sleep(500)
c. System.Threading.Sleep(1000)
d. System.Threading.Thread.Sleep(1000)

Answer

This answer is hidden. It contains 1 characters.