I want to change the generated number into new random number? how to do that?
Random random = new Random(); x=random.nextInt(50); for(int y=0; y <= 5; y++) { if(y==3) { x=random.nextInt(50); }
Aucun commentaire:
Enregistrer un commentaire