Multiple choice

What is the meaning of the following statement in visual basic?

Number = Int(101 * Rnd) + 100

  1. It randomly chooses a number between 100 and 200.

  2. It randomly chooses a number between 101 and 200.

  3. It randomly chooses a number between 100 and 201.

  4. It randomly chooses a number between 101 and 201.

  5. It randomly chooses a number between 99 and 200.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This is the correct statement.