Icon New game New game
Get Academic Plan
Get Academic Plan
Get Academic Plan

Programa Pascal

Fill in the Blanks

(3)
Realiza un programa en Pascal

Download the paper version to play

Recommended age: 14 years old
673 times made

Created by

Mexico

Top 10 results

  1. 1
    01:28
    time
    98
    score
  2. 2
    Luis Ramos
    Luis Ramos
    03:04
    time
    98
    score
  3. 3
    Alex Pérez
    Alex Pérez
    07:34
    time
    98
    score
  4. 4
    02:06
    time
    0
    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

Programa PascalOnline version

Realiza un programa en Pascal

by Liliana A. Tenorio Puente
1

operaciones :
uses ;
var
x , y : ;
suma : real ;
resta : real ;
multy : ;
division : ;
begin
clrscr ;
writeln ( ´Escribe el valor de x' ) ;
readln ( x ) ;
writeln ( 'Escribe el valor de y' ) ;
readln ( y ) ;
suma : = x + y ;
resta : = x - y ;
multy : = x * y ;
division : = x / y ;
writeln ( 'El total de la suma es' , : 2 : 2 ) ;
writeln ( 'El total de la es' , : 2 : 2 ) ;
writeln ( 'El total de la multiplicación es' , : 2 : 2 ) ;
writeln ( 'El total de la es' , division : 2 : 2 ) ;
readln ;
end .

educaplay suscripción