New game
Download
Get Academic Plan
Share game
Fill in the Blanks
Fill in the Blanks

programacion

Integrate it into your platform

You can integrate the game into an LMS compatible with LTI 1.1 or LTI 1.3 such as Canvas, Moodle, or Blackboard. This way, the scores will be automatically saved into the platform’s gradebook.
Download
You have exceeded the maximum number of games you can integrate into Google Classroom with your current Plan.

To integrate as many games as you want in Google Classroom, you need an Academic Plan or a Commercial Plan.

You have exceeded the maximum number of games you can integrate into Microsoft Teams with your current Plan.

To integrate as many games as you want in Microsoft Teams, you need an Academic Plan or a Commercial Plan.

Downloading games is an exclusive feature for users with an Academic Plan or a Commercial Plan.

Get your Academic Plan or your Commercial Plan now and start integrating your games into your LMS, website or blog.

If you wish, you can download a demo game here and test its integration:

programacion

Fill in the Blanks

(11)
Played 174

About this activity

programacion

Created by

Spain

Download the paper version to play

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

%
Anonymous
Anonymous
%
%
%
You have exceeded the maximum number of games you can print with your current Plan.

To print as many games as you want, you need an Academic Plan or a Commercial Plan.

Print your game
programacion
 

Fill in the Blanks

programacionOnline version

programacion

by JOSEFINA COVARRUBIAS
1

area nextInt 2 out b res num Scanner out System int num2 a Math println System main out import nextInt nextInt raiz num1

COMPLETA EL PROGRAMA HOLA MUNDO
package estructuras_secuenciales ;
public class Hola_mundo {
public static void ( String [ ] args )
{
. . ( " hola mundo " ) ;
}

}

SUMA DE DOS NÚMEROS
package estructuras_secuenciales ;

import java . util . Scanner ;

public class suma_dos_numeros {
public static void main ( String [ ] args ) {
Scanner teclado = new Scanner ( System . in ) ;

int , , res ;
System . out . println ( " ingrese un numero " ) ;
num1 = teclado . ( ) ;

System . out . println ( " ingrese otro numero " ) ;
num2 = teclado . ( ) ;

= num1 + num2 ;

System . out . println ( " la suma es " + res ) ;

}

}


AREA DE UN TRIÁNGULO ESCALENO
package estructuras_secuenciales ;


import static java . lang . . sqrt ;
import java . util . Scanner ;

public class triangulo_escaleno {

public static void main ( String [ ] args ) {
Scanner teclado = new Scanner ( System . in ) ;

int a , b , c , s , area ;

System . out . println ( " ingrese el valor del lado a " ) ;
= teclado . nextInt ( ) ;

System . out . println ( " ingrese el valor del lado b " ) ;
= teclado . nextInt ( ) ;

System . out . println ( " ingrese el valor del lado c " ) ;
c = teclado . nextInt ( ) ;

s = ( a + b + c ) / ;
= ( int ) sqrt ( s * ( s - a ) * ( s - b ) * ( s - c ) ) ;

. . println ( " el area del triangulo escaleno es " + area ) ;


}
}

/ / RAIZ CUADRADA DE UN NUMERO
package estructuras_secuenciales ;

import static java . lang . Math . sqrt ;
java . util . ;

public class raiz_cuadrada {

public static void main ( String [ ] args ) {
Scanner teclado = new Scanner ( System . in ) ;

num , raiz ;

System . . println ( " ingrese el número " ) ;
num = teclado . ( ) ;

raiz = ( int ) sqrt ( ) ;

System . out . println ( " la raiz cuadrada de " + num + " es " + ) ;

}
}

Are you sure you want to leave the page?

If you leave the page, you will lose your game progress.