int num = (int) (Math.random()*(high-low+1)+low);,”equation that finds a random integer num between [low
high]”
The goto resource for studying materials
int num = (int) (Math.random()*(high-low+1)+low);,”equation that finds a random integer num between [low
high]”