Icon New game New game

Operaciones con cadenas

Fill in the Blanks

(1)
Operaciones con cadenas

Download the paper version to play

Recommended age: 17 years old
4 times made

Created by

Guatemala

Top 10 results

  1. 1
    melany gonzalez ofi
    melany gonzalez ofi
    03:41
    time
    100
    score
  2. 2
    MADELIN MICHELL CORTEZ MEJIA 5TO BILINGUE
    MADELIN MICHELL CORTEZ MEJIA 5TO BILINGUE
    09:54
    time
    91
    score
  3. 3
    Carolina Gaitan 5SB
    Carolina Gaitan 5SB
    11:25
    time
    87
    score
Do you want to stay in the Top 10 of this game? 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

Operaciones con cadenasOnline version

Operaciones con cadenas

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

toLowerCase System println length println toUpperCase length MiApellido toUpperCase length String System String System String out out toUpperCase toLowerCase System String toLowerCase out


package operacionescadenas_iacd ;
public class OperacionesCadenas_IACD {
public static void main ( String [ ] args ) {
/ / Operaciones con cadenas
Frase = " Tu eres tu propio límite " ;
MiNombre = " Isaías " ;
MiApellido = " Cuá " ;
MiCiudad = " Boca del Monte " ;

/ / Obtenemos las longitudes de todas las cadenas
. out . ( " La longitud de la cadena Frase " + Frase . ( ) + " Caracteres " ) ;
System . . println ( " La longitud de la cadena MiNombre es " + MiNombre . length ( ) + " Caracteres " ) ;
System . out . ( " La longitud de la cadena MiApellido es " + MiApellido . ( ) + " Caracteres " ) ;
System . . println ( " La longitud de la cadena MiCiudad es " + MiCiudad . ( ) + " Caracteres " ) ;
/ / Convertimos a minúsculas todas las cadenas
System . out . println ( Frase . ( ) ) ;
System . out . println ( MiNombre . ( ) ) ;
. out . println ( MiApellido . toLowerCase ( ) ) ;
System . out . println ( MiCiudad . ( ) ) ;
/ / Convertimos a mayúsculas todas las cadenas
. out . println ( Frase . ( ) ) ;
System . out . println ( MiNombre . ( ) ) ;
. out . println ( MiApellido . ( ) ) ;
System . . println ( MiCiudad . toUpperCase ( ) ) ;
/ / Concatenamos todas las cadenas en mensajes
System . out . println ( Frase + " " + MiNombre + " " + + " " + MiCiudad ) ;
}
}

educaplay suscripción