Icon New game New game

Evaluación de 1a. Unidad Introducción a Java Secres

Fill in the Blanks

Complete el programa de la izquierda con la palabras de la derecha.

Download the paper version to play

Recommended age: 17 years old
0 times made

Created by

Guatemala
This game is a version of

Top 10 results

There are still no results for this game. Be the first to stay in the ranking! to identify yourself.
Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

  1. time
    score
  1. time
    score
time
score
time
score
 
game-icon

Fill in the Blanks

Evaluación de 1a. Unidad Introducción a Java SecresOnline version

Complete el programa de la izquierda con la palabras de la derecha.

by Isaías A. Cuá Dubón
1

java . util . Scanner ;
EjercicioScanner {
void main ( String [ ] args ) {
teclado = new Scanner ( System . in ) ;
double n1 = 0 ; double n2 = 0 ; double suma = 0 ; double resta = 0 ; double multi = 0 ;
Nombres , Apellidos ;
System . . println ( " Soy de 5o . Secretariado " ) ;
System . out . ( " Ingrese sus nombres " ) ;
= teclado . nextLine ( ) ;
System . . println ( " Ingrese sus apellidos " ) ;
= teclado . nextLine ( ) ;
System . out . println ( " Ingrese el primer valor a sumar " ) ;
= teclado . nextInt ( ) ;
System . out . println ( " Ingrese el segundo valor a sumar " ) ;
= teclado . nextInt ( ) ;

suma = n1 + n2 ;
resta = n1 - n2 ;
multi = n1 * n2 ;

System . . println ( " El resultado de la suma es " + ) ;
System . out . ( " El resultado de la resta es " + ) ;
System . . println ( " El resultado de la multiplicación es " + ) ;
. out . println ( " Programa realizado por " + + " " + ) ;
}
}

educaplay suscripción