Create an array to record the results of rolling a 6-sided die. The user determines the number of rolls. Output the results of each roll and the sum of all rolls. The rolls should produce a random integer from 1-6.