Question: Create a dice rolling game. The game should allow a user to toss up to six dice at a time. Each toss of a die

Create a dice rolling game. The game should allow a user to toss up to six dice at a time. Each toss of a die will be stored in a six-element integer array. The array is created in the main () function but passed to a new function called TossDie(). The TossDie() function will take care of generating random numbers from one to six and assigning them to the appropriate array element number
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
