martes, 29 de mayo de 2012

Números aleaterios

 private static void aleatorio() {
        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