/** reading the next integer number and storing it in number_Of_Dice_Rolls integer variable */ int number_Of_Dice_Rolls = input.nextInt(); /** passing the number_Of_Dice_Rolls to ...