A voir également:
- Resoudre des exercices d'algorithme
- Logiciel algorithme gratuit - Télécharger - Édition & Programmation
- Logiciel algorithme euromillion - Télécharger - Loisirs créatifs
- Transmath 3eme corrigé exercices - Forum Loisirs / Divertissements
- Corrigés 350 exercices niveau moyen ✓ - Forum Loisirs / Divertissements
- Python par la pratique : 101 exercices corrigés pdf - Forum Python
2 réponses
noctambule28
Messages postés
31937
Date d'inscription
samedi 12 mai 2007
Statut
Webmaster
Dernière intervention
13 février 2022
2 858
6 oct. 2007 à 18:55
6 oct. 2007 à 18:55
bonjour,
il y a bien 15 ans que je n'ai pas fait de programmation,et en plus pas longtemps, mais je me lance au risque de me tromper
a=x
b=y
q=0
r=0
t=a
faire tant que t>=b
t=t-b
q=q+1
affiche q
affiche r=a -bq
en tout cas ça doit ressembler à ça, enfin j'espère
il y a bien 15 ans que je n'ai pas fait de programmation,et en plus pas longtemps, mais je me lance au risque de me tromper
a=x
b=y
q=0
r=0
t=a
faire tant que t>=b
t=t-b
q=q+1
affiche q
affiche r=a -bq
en tout cas ça doit ressembler à ça, enfin j'espère