generator is an object of the Random class. Write a single statement that generates a random number in the range 73 to 100 and assigns it to int variable randNum.

What will be an ideal response?


```
randNum = generator.nextInt(28) + 73;
```

Computer Science & Information Technology

You might also like to view...

Databases that use __________ usually hide the Navigation Pane so that users only see it when they open the database

Fill in the blank(s) with correct word

Computer Science & Information Technology

To access ________, users must log in by using an existing Live or Hotmail e-mail address, or set up a new account

A) Wikipedia B) Google Docs C) YouTube D) SkyDrive

Computer Science & Information Technology

Given the relationship between work, duration, and units, when changes are made to duration, what changes to balance the relationship?

A. time B. effort C. work D. units

Computer Science & Information Technology

One of the reasons to split a database is to improve performance.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology