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

Completar programa 3.2

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:

Completar programa 3.2

Fill in the Blanks

Played 5

About this activity

Para practicar.

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
Completar programa 3.2
 

Fill in the Blanks

Completar programa 3.2Online version

Para practicar.

by neuck
1

hacia flecha textoBase for espiga muestra generarBloqueCaracteres abajo caracteres apuntada FlechaAbajo NUMERO_LINEAS 1 textoBase 2 generarBloqueCaracteres java generarBloqueCaracteres longitud una de

package AutoEval3 ;

/ * *
* .
* Programa que .
* Utiliza dos métodos para generar la punta y la espiga .
* ajp - 2015 . 11 . 15
* /

public class FlechaAbajo {

public static void main ( String [ ] arg ) {

final int = 14 ;

String flecha = generarEspiga ( NUMERO_LINEAS / 2 )
+ generarPuntaAbajo ( NUMERO_LINEAS / 2 ) ;
System . out . println ( flecha ) ;
}

/ * *
* Genera con caracteres , una espiga rectangular .
* Utiliza un método auxiliar .
* @param filas , número de filas a generar .
* @return espiga , de caracteres .
* /
static String generarEspiga ( int filas ) {

String espiga = " " ;

/ / Base del rectángulo
espiga + = generarBloqueCaracteres ( filas , " " )
+ generarBloqueCaracteres ( 2 , " _ " ) + " \ n " ;

/ / genera espiga
for ( int i = 0 ; i < filas - 2 ; i + + ) {
espiga + = ( filas - , " " )
+ " | " + generarBloqueCaracteres ( 2 , " " ) + " | " + " \ n " ;
}
return ;
}

/ * *
* Genera con caracteres , una punta de flecha hacia abajo .
* Utiliza un método auxiliar .
* @param filas , número de filas a generar .
* @return punta , de caracteres .
* /
static String generarPuntaAbajo ( int filas ) {

String punta = " " ;

/ / Base del triángulo .
punta + = generarBloqueCaracteres ( 1 , " " )
+ ( filas * , " - " ) + " \ n " ;

/ / Punta triangular .
for ( int i = 0 ; i < filas ; i + + ) {
punta + = generarBloqueCaracteres ( i + 1 , " " )
+ " \ \ " + generarBloqueCaracteres ( ( filas - i - 1 ) * 2 , " " ) + " / " + " \ n " ;
}
return punta ;
}

/ * *
* Genera un bloque de tamaño variable de caracteres iguales .
* @param longitud , el tamaño del bloque .
* @param textoBase .
* @return resultado , el texto obtenido .
* /
static String ( int , String ) {
String resultado = " " ;
( int i = 0 ; i < longitud ; i + + ) {
resultado + = ;
}
return resultado ;
}

} / / clas s

Are you sure you want to leave the page?

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