"1. Registrar Atleta \n" + "2. Datos del campeon \n" + "3. Atletas por pais \n" + "4. Tiempo promedio de todos los atletas \n" + "5. Salir"); totalAtletas=Integer.parseInt(JOptionPane.showInputDialog(null, "Ingrese la cantidad de Atletas ")); nombre=new String[totalAtletas]; nacionalidad=new String[totalAtletas]; tiempo=new double[totalAtletas]; //Registrar atletas
JOptionPane.showMessageDialog(null, "1. Registrar Atleta"); for(int i=0; i
Thank you for interesting in our services. We are a non-profit group that run this website to share documents. We need your help to maintenance this website.