Algorithme echange_cond2, urgent XD
Résolu/Fermé
mahmoudianas
Messages postés
9
Date d'inscription
lundi 18 mars 2013
Statut
Membre
Dernière intervention
8 juin 2013
-
18 mars 2013 à 20:51
marwenovich Messages postés 111 Date d'inscription lundi 18 mars 2013 Statut Membre Dernière intervention 8 février 2014 - 21 mars 2013 à 01:19
marwenovich Messages postés 111 Date d'inscription lundi 18 mars 2013 Statut Membre Dernière intervention 8 février 2014 - 21 mars 2013 à 01:19
A voir également:
- Algorithme echange_cond2, urgent XD
- Que veut dire xd ✓ - Forum Loisirs / Divertissements
- Ecrire un algorithme qui permet de resoudre ax²+bx+c=0 - Forum Algorithmes / Méthodes
- XD ✓ - Forum Réseaux sociaux
- Ça veut dire quoi xd ✓ - Forum Loisirs / Divertissements
- Logiciel algorithme gratuit - Télécharger - Édition & Programmation
1 réponse
marwenovich
Messages postés
111
Date d'inscription
lundi 18 mars 2013
Statut
Membre
Dernière intervention
8 février 2014
9
18 mars 2013 à 21:25
18 mars 2013 à 21:25
par exemple on a deux entiers : a et b alors
si ((a<0 et b<0) ou (a>0 et b>0))alors
tmp=a
a=b
b=tmp
sinon
tmp=a
a=a+b
b=b*tmp
finsi
:)
si ((a<0 et b<0) ou (a>0 et b>0))alors
tmp=a
a=b
b=tmp
sinon
tmp=a
a=a+b
b=b*tmp
finsi
:)
Modifié par mahmoudianas le 20/03/2013 à 18:44
Modifié par mahmoudianas le 20/03/2013 à 18:41
A=A+B
B=A-B
A=A-B
...
21 mars 2013 à 01:15
21 mars 2013 à 01:19