Icon New game New game

Instrucción Switch C Sharp

Fill in the Blanks

(11)
Programa que verifica las opciones seleccionadas

Download the paper version to play

Recommended age: 17 years old
24 times made

Created by

Guatemala

Top 10 results

  1. 1
    Jaquelin Godinez 6SB
    Jaquelin Godinez 6SB
    00:49
    time
    100
    score
  2. 2
    vivian aguilar 6SB
    vivian aguilar 6SB
    01:02
    time
    100
    score
  3. 3
    Alejandra Martinez
    Alejandra Martinez
    01:06
    time
    100
    score
  4. 4
    01:18
    time
    100
    score
  5. 5
    Reyna Morales 6SB
    Reyna Morales 6SB
    01:35
    time
    100
    score
  6. 6
    Yenifer Catú 6SB
    Yenifer Catú 6SB
    01:51
    time
    100
    score
  7. 7
    Escobar Keren
    Escobar Keren
    03:29
    time
    100
    score
  8. 8
    Angely Guevara 6SB
    Angely Guevara 6SB
    11:45
    time
    100
    score
  9. 9
    Marta Ramírez
    Marta Ramírez
    13:11
    time
    100
    score
  10. 10
    beberlin agustin 6SB
    beberlin agustin 6SB
    01:07
    time
    97
    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

Instrucción Switch C SharpOnline version

Programa que verifica las opciones seleccionadas

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

claveApellidosSwitch1
{
class Program
{
void Main ( string [ ] args )
{
/ / Declaración de variable a utilizar
int dato ;

. WriteLine ( " Ingrese un número entero " ) ;
/ / Obtener el valor de la variable
dato = int . Parse ( Console . ( ) ) ;
/ / Inicio de la instrucción switch
( dato )
{
1 : Console . WriteLine ( " Opción 1 seleccionada " ) ; ;
2 : Console . WriteLine ( " Opción 2 seleccionada " ) ; ;
3 : Console . WriteLine ( " Opción 3 seleccionada " ) ; ;
4 : Console . WriteLine ( " Opción 4 seleccionada " ) ; ;
5 : Console . WriteLine ( " Opción 2 seleccionada " ) ; ;
: Console . WriteLine ( " Ninguna opción seleccionada " ) ; ;
}
. ReadLine ( ) ;
}
}
}

educaplay suscripción