Question: in java, without importing collection The game starts with a list of random positive integer numbers such that their sum 4 5 . In each
in java, without importing collection The game starts with a list of random positive integer numbers such that their sum In each round, you subtract one from each number in the list and remove it if it becomes zero, add the sum of the subtracted numbers to the end of the list. The game is over when the list has and in some order. In your program, print the list after each round. Here is a sample run of the program:
