Bonjour, lorsque j'exécute mon programme il m'affiche toujours cette citation : Erreur 85 : Signe ';'attendu au niveau de Order(Partants according to Longueur); signalé par un trait noir. J'aimerais que vous apportiez une correction à mon programme ci-dessous
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 Program Course (Input, Output); Var Partants : String ; Surcharge : Real ; Parcours : Real ; Longueur : Real ; Arriver : String ; Begin Read(Partants) ; Read(Surcharge) ; Read(Parcours); Longueur:= Surcharge * Parcours Order(Partants according to Longueur) ; Arriver is order Partants End.
Partager