Given the following Java code, what is the range of randomValue?
Random r = new Random();
int randomValue = r.nextInt(5);
Given the following Java code, what is the range of randomValue?
Random r = new Random();
int randomValue = r.nextInt(5);