J'ai un dm de math pouvez vous m'aider merci voici énoncer:
Ecrire un algorithme qui lit un nombre non nul x et qui affiche suivant les valeurs de x le plus grand des deux nombre x² et 1/x.
Début Algorithme Variables x,y,z Pour x > 0 1/x → z x² → y x + 1 → x Si z > y Afficher "z est le plus grand" Sinon Afficher "y est le plus grand" Fin Si Fin Pour Fin Algorithme Cela te convient ?
Copyright © 2024 ELIBRARY.TIPS - All rights reserved.
Lista de comentários
Début Algorithme
Variables x,y,z
Pour x > 0
1/x → z
x² → y
x + 1 → x
Si z > y
Afficher "z est le plus grand"
Sinon
Afficher "y est le plus grand"
Fin Si
Fin Pour
Fin Algorithme
Cela te convient ?