Icon New game New game

Examen Final C Sharp

Fill in the Blanks

(12)
Complete el código de la izquierda con las palabras de la derecha.

Download the paper version to play

Recommended age: 17 years old
28 times made

Created by

Guatemala

Top 10 results

  1. 1
    Alejandra Gamboa
    Alejandra Gamboa
    02:05
    time
    100
    score
  2. 2
    Jennifer Urías
    Jennifer Urías
    02:16
    time
    100
    score
  3. 3
    Yenifer Gabriela Catú Arreaga
    Yenifer Gabriela Catú Arreaga
    02:38
    time
    100
    score
  4. 4
    02:42
    time
    100
    score
  5. 5
    Escobar Keren
    Escobar Keren
    03:50
    time
    100
    score
  6. 6
    Angely Guevara 6SB
    Angely Guevara 6SB
    04:52
    time
    100
    score
  7. 7
    07:41
    time
    100
    score
  8. 8
    Reyna Morales 6SB
    Reyna Morales 6SB
    08:04
    time
    100
    score
  9. 9
    kimberly Valenzuela 17 6SB
    kimberly Valenzuela 17 6SB
    08:39
    time
    100
    score
  10. 10
    Marta Ramírez 6SB
    Marta Ramírez 6SB
    08:53
    time
    100
    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

Examen Final C SharpOnline version

Complete el código de la izquierda con las palabras de la derecha.

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

int codigo = 0 , cantidad = 0 ;
double precio , total ;
codigo = Convert . ToInt32 ( TxtCodigo . Text ) ;

( codigo ) {
001 :
cantidad = Convert . ToInt32 ( TxtCantidad . Text ) ;
precio = 50 . 00 ;
total = cantidad * precio ;
LstCompras . . Add ( " Su compra " + cantidad + " camisas y el total es " + " Q . " + total ) ;
;
case 002 :
cantidad = Convert . ToInt32 ( TxtCantidad . Text ) ;
precio = 80 . 00 ;
total = cantidad * precio ;
. Items . Add ( " Su compra " + cantidad + " suéters y el total es " + " Q . " + total ) ;
break ;
case 003 :
cantidad = Convert . ToInt32 ( TxtCantidad . Text ) ;
precio = 120 . 00 ;
total = cantidad * precio ;
LstCompras . Items . Add ( " Su compra " + cantidad + " pantalones y el total es " + " Q . " + total ) ;
break ;
004 :
cantidad = Convert . ToInt32 ( TxtCantidad . Text ) ;
precio = 100 . 00 ;
total = cantidad * precio ;
LstCompras . Items . Add ( " Su compra " + cantidad + " vestidos y el total es " + " Q . " + total ) ;
;
case 005 :
cantidad = Convert . ToInt32 ( TxtCantidad . Text ) ;
precio = 60 . 00 ;
total = cantidad * precio ;
LstCompras . Items . Add ( " Su compra " + cantidad + " camisas de cuello y el total es " + " Q . " + total ) ;
break ;
:
. Show ( " El código de producto ingresado no existe " , " No Hay producto " ) ;
;

educaplay suscripción