New game
Download
Get Academic Plan
Share game
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:

Free Pascal procedure Operaciones

Fill in the Blanks

Played 87 %Accuracy 94 Average time 03:21

About this activity

Repaso de subprocesos con suma, resta, multiplicación, división

Created by

Guatemala

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
Free Pascal procedure Operaciones
 

Fill in the Blanks

Free Pascal procedure OperacionesOnline version

Repaso de subprocesos con suma, resta, multiplicación, división

by Misael Garcia Ovalle
1

Program Operaciones ;
Uses ;
a , b , c , opc : ;

Procedure Eje1 ;
Begin
WriteLn ( 'Ingrese dos números' ) ;
ReadLn ( a , b ) ;
C : = a + b ;
WriteLn ( 'El resultado de ' , a , ' + ' , b , 'Es : ' , c ) ;

End ;

Procedure Eje2 ;
Begin
WriteLn ( 'Ingrese dos números' ) ;
( a , b ) ;
C : = a - b ;
WriteLn ( 'El resultado de ' , a , ' - , b , 'Es : ' , c ) ;
ReadKey
End ;

Procedure Eje3 ;
Begin
WriteLn ( 'Ingrese dos números' ) ;
ReadLn ( a , ) ;
C : = a * b ;
WriteLn ( 'El resultado de ' , a , ' * ' , b , 'Es : ' , c ) ;
ReadKey
;
Procedure Eje4 ;
Begin
WriteLn ( 'Ingrese dos números' ) ;
ReadLn ( a , b ) ;
C : = a Div ;
( 'El resultado de ' , a , ' / ' , b , 'Es : ' , c ) ;
ReadKey
End ;
Procedure ;
Begin
WriteLn ( '1 . Suma' ) ;
( '2 . Resta' ) ;
WriteLn ( '3 . Multiplicación' ) ;
WriteLn ( '4 . División' ) ;
WriteLn ( '5 . ) ;
End ;
Begin
ClrScr ;
Opc : = 0 ;
opc <> 5
Begin
ClrsCr ;
menu ;
WriteLn ;
WriteLn ( ' ¿ Qué opción desea del menú ? ' ) ;
ReadLn ( opc ) ;
if opc = 1
eje1
else
if opc = 2 then

else
if opc = 3
eje3
else
if opc = 4 then
eje4 ;
End ;
.

Are you sure you want to leave the page?

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