Computer Science, asked by shivamkumar1327, 3 months ago

Which code block controls one event to occur after 5 secs?

(A) On hold for 5 Seconds
(B) Pausefor 5 Seconds
(C) Wait 5 Seconds
(D) Start after 5 Seconds​

Answers

Answered by XxItzYourMajestyxX
3

Answer:

option D......................

Answered by euphoria8284
1

Answer:

(D) Start after 5 seconds

Explanation:

The following code will use the Timer class to raise an event every 5 seconds, Timer timer1 = new Timer. { Interval = 5000.}

Similar questions