The hint is in the text. Random-class is in Java standard library and to use it you need to first import it, so add a line at very start import java.util.Random;
The hint is in the text. Random-class is in Java standard library and to use it you need to first import it, so add a line at very start import java.util.Random;