Add return value for premier
This commit is contained in:
parent
667b0f7488
commit
d2f3474958
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
Algorithme : Détermine si un entier N est premier
|
Algorithme : Détermine si un entier N est premier
|
||||||
|
|
||||||
Début
|
Début
|
||||||
Fonction EstPremier(N : int, i : int)
|
Fonction EstPremier(N : int, i : int): bool
|
||||||
Si i = 1
|
Si i = 1
|
||||||
Retourner(Vrai)
|
Retourner(Vrai)
|
||||||
Sinon
|
Sinon
|
||||||
|
|
Loading…
Reference in a new issue