Question: Java programming language please provide the details to solve these problems. Exercise 1.1.36 & 1.1.37. Shuffling These two problems amount to assembling the results from

Java programming language
please provide the details to solve these problems.
Exercise 1.1.36 & 1.1.37. Shuffling These two problems amount to assembling the results from two different shuffling algorithms. Each one is to be done a number of times with the results displayed as a grid displaying how many times each number appeared in a particular slot after the array was shuffled You need to create a NetBeans project inside the Assignmentl folder you created above. This will be another class with no initialization, but with a main method that creates and prints the grids described i the problem statement. You should use StdRandom.shuffle for the good shuffle and create your local method badShuffle within the class that solves this problem. The main method tor this class should get n and m (as described in the problem) from the Arguments section of the Project Configuration and should print out the grids for both shufes Format your printout so that it looks good for n = 10000 and M = 10
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
