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

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
Get step-by-step solutions from verified subject matter experts
