0 / 60 seg.

What does the following Java code segment output?

int randomValue = (int)(Math.random() * 10);
System.out.println(randomValue);