Search for question
Question

2.3 Explain in words, giving as much detail as possible, what will happen when the third line in this

code executes.

Random r;

r = new Random();

System.out.println( r.nextInt (10) );

Write your answer here: