قسم الرياضيات و الإعلام الإليwww.univ-soukahras.dz/ar/dept/mi |
-1 votes
|
ecrire un algorithme qui lit trois valeurs entières(A,B,C)au clavier et qui affiche la plus grande des trois valeurs |
نشر على 16:21, الخميس 9 نوف 2017 By rayene ridane |
أجوبة (11)
جواب (1)
0 votes
|
algorithme Grand; var a,b,c:reel; debut ecrire('intoduisez 3 nombrs'); lireln(a,b,c); si((a<b) et (b<c)) alors ecrire(' c est le plus grand'); sinon si ((b<c) et( c<a)) alors ecrire(' a est le plus grand'); sinon ecrire('b est le plus grand); fsi; fin. |
نشر على 17:39, الخميس 9 نوف 2017 by khawla Necibi |
جواب (2)
1 votes
|
algorithme grand; Var a,b,c:entier; Debut lire(c); b:=c; Pour a:=1 a 2 faire Lire(c); Si c>b alors b:=c; Fsi; Fpour; Ecrire(b); Fin.
|
نشر على 22:31, الخميس 9 نوف 2017 by abderrahmane brinis |
جواب (3)
0 votes
|
algorithme grn; var a,b,c:entier; debut lire(a,b,c); si a>b alors si a>c alors ecrire(a); fsi si b>a alors si b>c alors ecrire(b); fsi si c>a alors si c>b alors ecrire(c) fsi fin. |
نشر على 16:19, الجمعة 10 نوف 2017 by oussama baha eddine farhi |
جواب (4)
0 votes
|
;Algorithm plusgrand ;Var x,y,z:reel Debut ;('Ecrire('donnez moi le plus grand entre les nombre suivant ;(Lire(x,y,z Si( x>z) et (z>y) alors ('Ecrire('x est le plus grand nombre Fin de si Si (x<z) et (y<z) alors ('Ecrire( ' z est le plus grande nombre Fin de si Si (y>x) et (x>z) alors ('Ecrire('y est le plus grand nombre Fin de si .fin |
نشر على 10:44, السبت 11 نوف 2017 by Amina Monebbah |
جواب (5)
0 votes
|
algorithme Grand; var a,b,c:reel; debut ecrire('intoduisez 3 nombrs'); lireln(a,b,c); si((a<b) et (b<c)) alors ecrire(' c est le plus grand'); sinon si ((b<c) et( c<a)) alors ecrire(' a est le plus grand'); sinon ecrire('b est le plus grand); fsi; fin. |
نشر على 22:15, الأحد 12 نوف 2017 by Khaoula Mokrane |
جواب (6)
0 votes
|
Algorithme Maxi; var a,b,c ;max:entier; debut lire(a,b,c); si a>b alors max:=a sinon max:=b ; fsi; si c> max alors ecrire('Max = ',c) sinon ecrire('Max = ',max); fsi; fin. |
نشر على 18:18, الأربعاء 22 نوف 2017 by Islam Yagoub |
جواب (7)
0 votes
|
algorithme grand; Var a,b,c:entier; Debut lire(c); b:=c; Pour a:=1 a 2 faire Lire(c); Si c>b alors b:=c; Fsi; Fpour; Ecrire(b); Fin. |
نشر على 12:34, الجمعة 1 ديس 2017 by sara younsi |
جواب (8)
0 votes
|
Algorithme grand; Var a,b,c:entire; Debut Lire(a,b,c); B:=c; Pour a:=1 a n faiirr Lire(c); Si c>b alors B:=c; FSI; Four; Ecrire(b); Fin. |
نشر على 16:06, الجمعة 1 ديس 2017 by fardous bouhama |
جواب (9)
0 votes
|
Algorithme grand; Var a,b,c:entire; Debut Lire(a,b,c); B:=c; Pour a:=1 a n faiirr Lire(c); Si c>b alors B:=c; FSI; Four; Ecrire(b); Fin. |
نشر على 16:06, الجمعة 1 ديس 2017 by fardous bouhama |
جواب (10)
0 votes
|
Algorithme grand; Var a,b,c:entire; Debut Lire(a,b,c); B:=c; Pour a:=1 a n faiirr Lire(c); Si c>b alors B:=c; FSI; Four; Ecrire(b); Fin. |
نشر على 16:06, الجمعة 1 ديس 2017 by fardous bouhama |
جواب (11)
0 votes
|
algorithme grand; Var a,b,c:entier; Debut lire(c); b:=c; Pour a:=1 a 2 faire Lire(c); Si c>b alors b:=c; Fsi; Fpour; Ecrire(b); Fin. |
نشر على 17:54, الجمعة 8 ديس 2017 by nacer eddine ben nia |