Which of the following statements pauses program execution for one second? a. System.Threading.Thread.Pause(1000) b. System.Threading.Thread.Pause(1) c. System.Threading.Thread.Sleep(1000)

Question:

Which of the following statements pauses program execution for one second?

a. System.Threading.Thread.Pause(1000)

b. System.Threading.Thread.Pause(1)

c. System.Threading.Thread.Sleep(1000)

d. System.Threading.Thread.Sleep(100)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: