I need to create a class will have a ?roll? method that returns a random number from one to six. After the program simulates rolling the die the specified number of times, use two arrays to store the frequency for each number on each die and a third array that contains the frequency of each sum. From these three arrays, calculate the required statistical analysis. Any help would be greatly appreciated.