[Solved] Java: missing variable as dice and value [closed]


There is no variable “Dice”. Dice[1] would be the 2nd item in an Array that is accessed via a variable called “Dice”. Just make it “Dice: “+ faceValue

3

solved Java: missing variable as dice and value [closed]