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
|
||||
|
||||
Début
|
||||
Variable D, a, b, c : Entier
|
||||
D <- b^2-4ac
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Algorithme: Affiche la valeur absolue d'un entier lu au clavier
|
||||
|
||||
Début
|
||||
Variable n : Entier
|
||||
Lire(n)
|
||||
|
|
Loading…
Reference in a new issue