code executes.
Random r;
r = new Random();
System.out.println( r.nextInt (10) );
Write your answer here: