mercredi 26 février 2020

Random number generated to get the phrase from the file

JAVA, How would I use the number I randomly generated to get a phrase from a file?

Random random = new Random(); random.nextInt(10); int n = random.nextInt(10);




Aucun commentaire:

Enregistrer un commentaire