Write a method that returns a random number between 1 and 54, excluding the numbers passed in

Question:

Write a method that returns a random number between 1 and 54, excluding the numbers passed in the argument. The method header is specified as follows:
public static int getRandom(int... numbers)

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

Step by Step Answer:

Related Book For  answer-question
Question Posted: