Which of the following statements generates a random integer from 1 to 25, inclusive?


intNum = randGen.Next(1, 25)
intNum = randGen.Next(1, 26)
intNum = randGen(1, 25)
intNum = randGen.NextNumber(1, 26)


intNum = randGen.Next(1, 25)

Computer Science & Information Technology

You might also like to view...

A control's ____ event occurs each time the user presses a key while the control has the focus.

A. KeyUp B. KeyPress C. KeyDown D. KeyStillDown

Computer Science & Information Technology

A(n) ________ is a prebuilt document with placeholders and formatting already in place

Fill in the blank(s) with correct word

Computer Science & Information Technology

On which tab will you find the Protect Sheet command?

A) Page Layout B) Insert C) Home D) Review

Computer Science & Information Technology

The ________ axis is the vertical axis.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology