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...

Which is not an example of a web browser?

A) Chrome B) Edger C) Firefox D) Safari

Computer Science & Information Technology

The Track Changes features finds and removes hidden properties and personal information from a workbook

Indicate whether the statement is true or false

Computer Science & Information Technology