Doing Java course, at UNI atm, and I\'m having a bit of trouble with a dice-problem.
I have the following:
public class Die { public int eyes; pri
Remove
Die.n
and change it to simply
n
If n were declared static, you could use the both notations, even though the first one would be redundant (because you're from the inside of containing class)
static