أرشيف قسم الرياضيات والإعلام الآليhttps://www.univ-soukahras.dz/ar/dept/mi |
-1 votes
|
program algo; var a: array [1...100]of integer; n,i,nbe: integer ; begin read(n);nbe:=0; for i:= 1 to n do begin read(a[i]); if a[i]='e' then nbe := nbe +1; end; write (nbe); end. |
نشر على 15:15, الأحد 24 ديسمبر 2017 By chaima Bouchareb (77 points) |
أجوبة (0)