private static void aleatorio() {
Integer a;
Random rand = new Random();
a = Math.round(rand.nextInt(10000000));
System.out.println("El numero es:" + a);
}
Integer a;
Random rand = new Random();
a = Math.round(rand.nextInt(10000000));
System.out.println("El numero es:" + a);
}
No hay comentarios:
Publicar un comentario