g Create a new Die object. (Refer to Die.html for documentation.)Create a loop that will iterate at least 100 times. In the loop body:Roll the die. (Don't create a new object, just roll it again.)Based on the result of the roll, increment the corresponding cell of your array.