Q1.
Create a function to roll a dice & display the randomly generated value of the dice (between 1 & 6)
Assume there are 5 turns in the game, so the dice will need to be roled for each turn, therefore call this function that many times.
V.Vidhya
Create a function to roll a dice & display the randomly generated value of the dice (between 1 & 6)
Assume there are 5 turns in the game, so the dice will need to be roled for each turn, therefore call this function that many times.