The statement assigns intValue a random number in the range from 5 to 20.

a) intValue = objRandom.Next(5, 21);
b) intValue = objRandom.Next(4, 20);
c) intValue = objRandom.Next(5, 20);
d) intValue = objRandom.Next(4, 21);

Answer: A

Computer Science & Information Technology

You might also like to view...

The first four bytes of the MAC address identify the vendor

Indicate whether the statement is true or false.

Computer Science & Information Technology

Which type of message is generated automatically when a performance condition is met?

A. Alerts B. WMI events C. Counters D. Performance alarm

Computer Science & Information Technology