Archive du Département Mathématiques et Informatique

https://www.univ-soukahras.dz/fr/dept/mi

Matière: Algorithmique et structure de données 1

  1. Information
  2. Questions
  3. E-Learning

algo erro

-2 votes

 

program test;
var a,b :integer ;
function add(var a, b : integer):integer;

begin
   add:=a+b;

begin
   a:=5;
   b:=6;
   writeln(add(a,b));
end.

il ya 1 erro ?

Posté le 18:11, Sunday 3 Dec 2017 By
In Algorithmique et structure de données 1


Réponses (10)




Réponse (1)

votes


Posté le 22:28, Monday 22 Jul 2024 by
In Algorithmique et structure de données 1



Avez vous une réponse ?