All the code for this class can be placed within a main method. We need to create a
new object of the class RandomPlus. Then, within a for-loop that loops 100
times, send to this object the message
nextIntInRange(25, 36)and print the integer returned in the Transcript window. The package genesis will need to be imported.
Try this before looking at the final hint.
Next Hint