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

Complementar programa (D)

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
Download the game as a Scorm, HTML, or PDF file.
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:

Complementar programa (D)

Fill in the Blanks

Analiza el siguiente programa y agrega las palabras o instrucciones faltantes, para ello debes dar un click en el hueco y posteriormente seleccionar la palabra. Solo puedes realizar la actividad 1 vez, la BD guarda los resultados y el número de veces que se realiza, pero tu también deberás tomar captura para tu portafolio.

Download the paper version to play

0 times made

Created by

Mexico
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
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
 
game-icon

Fill in the Blanks

Complementar programa (D)Online version

Analiza el siguiente programa y agrega las palabras o instrucciones faltantes, para ello debes dar un click en el hueco y posteriormente seleccionar la palabra. Solo puedes realizar la actividad 1 vez, la BD guarda los resultados y el número de veces que se realiza, pero tu también deberás tomar captura para tu portafolio.

by Nelly Janeth Velasco Escobedo
1

import . . Scanner ;
class Operaciones {
int a , b ;

public ( int n1 , int ) {
a = ;
b = n2 ;
}
public suma ( ) {
int s = a + b ;
. . ( " La suma es " + ) ;
}
public int resta ( ) {
int r ;
r = a - b ;
return r ;
}
public multiplica ( ) {
int r ;
r = a * b ;
;
} }