dimanche 28 mars 2021

Why am I getting this weird item when trying to use Java.util.Random? [duplicate]

    Random rand = new Random();
    rand.nextInt((101)+1);
    System.out.println(rand);

What is this?




Aucun commentaire:

Enregistrer un commentaire