Icon Créer jeu Créer jeu

5to BACO Unidad II 2016

Compléter

(1)
Examen de unidad

Téléchargez la version pour jouer sur papier

Âge recommandé: 17 ans
27 fois fait

Créé par

Guatemala

Top 10 résultats

  1. 1
    00:10
    temps
    60
    but
  2. 2
    00:27
    temps
    60
    but
Voulez-vous apparaître dans le Top 10 de ce jeu? pour vous identifier.
Créez votre propre jeu gratuite à partir de notre créateur de jeu
Affrontez vos amis pour voir qui obtient le meilleur score dans ce jeu

Top Jeux

  1. temps
    but
  1. temps
    but
temps
but
temps
but
 
game-icon

Compléter

5to BACO Unidad II 2016Version en ligne

Examen de unidad

par Mario Josué Israel Diaz Batres
1

static main int while parseInt

public void ( String [ ] args ) {

/ / Indicamos el tamaño
String texto = JOptionPane . showInputDialog ( " Introduce un tamaño " ) ;
num [ ] = new int [ Integer . ( texto ) ] ;

int ultimoDigito ;
do {
texto = JOptionPane . showInputDialog ( " Introduce numero entre 0 y 9 " ) ;
ultimoDigito = Integer . parseInt ( texto ) ;
} ( ! ( ultimoDigito> = 0 && ultimoDigito< = 9 ) ) ;

/ / rellenamos el array
rellenarNumAleatorioArray ( num , 1 , 300 ) ;

/ / Creamos un array que contenga los numeros terminados en el numero especificado
int terminadosEn [ ] = numTerminadosEn ( num , ultimoDigito ) ;

/ / Mostramos el resultado , mira el metodo de mostrarArrays
/ / mostrarArrayTerminadosEn ( num ) ;
mostrarArrayTerminadosEn ( terminadosEn ) ;

}

educaplay suscripción