Question: Java Complete the method body for this getCombination method in the class Lottery. It returns an array of n random numbers less than 100 which

Java

Java Complete the method body for this getCombination method in the class

Complete the method body for this getCombination method in the class Lottery. It returns an array of n random numbers less than 100 which might then be used in buying a lottery ticket. public class Lottery public intl] getcombination (int n) /method body //possibly other methods Here is a tester import java.util.Arrays public class LotteryTester public static void main (Stringt] args) Lottery generator -new Lottery int [ numbers-generator.getCombination (5) System.out.println (Arrays.tostring (numbers))

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!