Prog
Fermé
blouze
Messages postés
4
Date d'inscription
vendredi 20 juin 2008
Statut
Membre
Dernière intervention
15 juin 2010
-
20 juin 2008 à 18:25
Utilisateur anonyme - 21 juin 2008 à 16:02
Utilisateur anonyme - 21 juin 2008 à 16:02
A voir également:
- Prog
- Robot prog - Télécharger - Édition & Programmation
- Prog dvb - Télécharger - Télévision
- Clear prog - Télécharger - Sécurité
- Came bx 243 led prog clignote - Forum Programmation
- Ic prog ✓ - Forum Programmation
20 juin 2008 à 22:25
1. p(x,y)
2. p(x+y,z)
3. p(2*y,z)
20 juin 2008 à 22:33
21 juin 2008 à 15:58
21 juin 2008 à 16:02
tu initialises tes variables : {x<-- 1,y<--2, z<--3}
et tu appelles p : p(x+y,z)
et tu rajoutes dans p writeln(x,y,z) avant la fin.