int num = (int) (Math.random()*(high-low+1)+low);,”equation that finds a random integer num between [low

Average Rating
0 out of 5 stars. 0 votes.

int num = (int) (Math.random()*(high-low+1)+low);,”equation that finds a random integer num between [low

high]”