Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
division_emtera_p.adb
procedure division_entera_p(dividendo, divisor: in Integer; cociente: out Integer) is -- precondicion: entero2/=0 -- postcondicion: cociente = cociente de la division entera de dividendo / divisor begin cociente := dividendo / divisor; end por_dos_p;
run
|
edit
|
history
|
help
0
nested ADA code, same procedure name
Overloaded Ada
Dynamic Dispatching with no dynamic allocation
Ada Dimentional System
es_perfecto.adb
Ada Dimentional System
plop
Dynamic Dispatching
Dynamic Dispatching with dynamic allocation
Queue (Using Tasking)