Complete the following program so it displays a random integer in the range of 1 through 10.

Question:

Complete the following program so it displays a random integer in the range of 1 through 10. 

// Write the necessary import statement(s) here.
public class ReviewQuestion15
{
 public static void main(String[] args)
 {
 // Write the necessary code here.
 }
}

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: