Bài 11: Kiểu mảng

TS

Mong mọi người giúp em với ạ, mai em KT giữa kì

NT
6 tháng 4 2022 lúc 22:54

uses crt;

var a:array[1..100]of integer;

i,n,t,t1,dem:integer;

begin

clrscr;

readln(n);

for i:=1 to n do readln(a[i]);

t:=0;

for i:=1 to n do

if a[i]>0 then t:=t+a[i];

t1:=0;

for i:=1 to n do 

  if (a[i]>0) and (a[i] mod 2<>0) then t1:=t1+a[i];

dem:=0;

for i:=1 to n do 

  if a[i]>0 then dem:=dem+1;

writeln(t);

writeln(t1);

writeln(dem1);

readln;

end.

Bình luận (0)

Các câu hỏi tương tự
BD
Xem chi tiết
TV
Xem chi tiết
QH
Xem chi tiết
QH
Xem chi tiết
LL
Xem chi tiết
H24
Xem chi tiết
QH
Xem chi tiết
MH
Xem chi tiết
MV
Xem chi tiết