write a program that simulates rolling two dice. prompt the user to enter the number of dice rolls. use a loop to repeatedly call a method that simulates a dice roll and returns the total of the two dice to main. keep track of the rolls in an array in main, and end the program by showing the results of the rolls.