import java.util.Random;
import javax.swing.JOptionPane;
public class Prinicipal {
public static void main(String[] args) {
Random rand = new Random();
String resultado = "";
int num[] = new int[10],aux;
for(aux = 0; aux < num.length; aux++){
num[aux] = rand.nextInt(10);
}
for(aux = 0; aux < num.length; aux++){
resultado +=num[aux] +"\n";
}
JOptionPane.showMessageDialog(null, resultado);
}
}
Trabalhos.:
E-mail: mvf5system@gmail.com
Blog: http://mvf5-system.blogspot.com.br/
Facebook: https://www.facebook.com/mvf5systems
0 comentários:
Postar um comentário