The statement__________assigns to value a random number in the range 5 to 20.
```
a) value = 4 + randomObject.nextInt( 16 );
b) value = randomObject.nextInt( 21 );
c) value = 5 + randomObject.nextInt( 15 );
d) value = 5 + randomObject.nextInt( 16 );
```
```
d) value = 5 + randomObject.nextInt( 16 );
```
Computer Science & Information Technology
You might also like to view...
Black-box testing is when the tester has no knowledge of the system
Indicate whether the statement is true or false
Computer Science & Information Technology
The environmentally responsible way to manufacture computers and their computers is called 3R Computing, for reduce, reuse, and recycle.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology