Solved

To Pause Program Execution for a Half of a Second

Question 21

Multiple Choice

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)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions