Add space
This commit is contained in:
parent
22b903606e
commit
e7b2d688f2
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
Algorithme: résolution avec discriminant de ax^2 + bx + c = 0
|
Algorithme: résolution avec discriminant de ax^2 + bx + c = 0
|
||||||
|
|
||||||
Début
|
Début
|
||||||
Variable D, a, b, c : Entier
|
Variable D, a, b, c : Entier
|
||||||
D <- b^2-4ac
|
D <- b^2-4ac
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
Algorithme: Affiche la valeur absolue d'un entier lu au clavier
|
Algorithme: Affiche la valeur absolue d'un entier lu au clavier
|
||||||
|
|
||||||
Début
|
Début
|
||||||
Variable n : Entier
|
Variable n : Entier
|
||||||
Lire(n)
|
Lire(n)
|
||||||
|
|
Loading…
Reference in a new issue