Como Utilizar Random en java
int numero = (int)(Math.random()*10+1);
Dangerous Dog
int numero = (int)(Math.random()*10+1);