Which of the following statements will create an object from the Random class?
a. randomNumbers() = new Random();
b. Random myNumber = new Random();
c. myNumber = new Random();
d. Random = new randomNumbers();
b. Random myNumber = new Random();
Computer Science & Information Technology