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

Estructuras Ciclicas

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:

Estructuras Ciclicas

Fill in the Blanks

Played 106

About this activity

Repasar la Sintaxis de las estructuras de control

Created by

Mexico

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
Estructuras Ciclicas
 

Fill in the Blanks

Estructuras CiclicasOnline version

Repasar la Sintaxis de las estructuras de control

by Gabriel Barrón Rodríguez
1

( int = 1 ; i = 5 ; i + + )
{
. ( " Iteración número : " + i ) ;
}

2

contador = ;
while ( = )
{
. ( " : " + contador ) ;
contador + + ;
}

3

numero = ;
do
{
Console . WriteLine ( " Número : " + numero ) ;
+ + ;
}
while ( numero = ) ;

4

( = ; i = ; i + + )
{
. ( i ) ;
}

5

int = 0 ;
( i = ; i = ; i + + )
{
suma + = ;
}
. ( " La suma de los primeros 100 números es : " + suma ) ;

6

( i = ; = ; i + = 2 )
{
. ( i ) ;
}

7

contador = ;
( = 1 )
{
Console . WriteLine ( contador ) ;
contador - - ;
}

8

int = 0 ;
int valor = 1 ;

( suma < = )
{
suma + = ;
valor + + ;
}
. WriteLine ( " suma : " + suma ) ;

9

respuesta ;

do
{
. WriteLine ( " ¿ Deseas continuar ? ( si / no ) " ) ;
= Console . ReadLine ( ) ;
}
while ( respuesta . ToLower ( ) = = " " ) ;

Console . ( " Programa finalizado . " ) ;

10

int = 0 ;
double suma = 0 , numero ;


{
Console . Write ( " Introduce un número ( negativo para salir ) : " ) ;
numero = double . Parse ( Console . ReadLine ( ) ) ;

( > = 0 )
{
+ = numero ;
contador + + ;
}

} ( numero = 0 ) ;

double promedio = suma / contador ;
Console . WriteLine ( " Promedio : " + promedio ) ;

Are you sure you want to leave the page?

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