Giúp em tạo topic hỏi bài tập

1

11thanhkhoeo

:)

Tạo topic bạn tự tìm hiểu

Mình sẽ trả lời giúp bạn câu hỏi

Mã:
  uses crt;
      var a:array[1..5]  of integer; 
       i , s : integer;
      begin 
              for i:= 1 to 5 do 
                   begin 
                       write (' nhap phan tu thu', i,'   =');
                        readln(a[i]);
                          s:= s+ a[i];
                   end;
               for i :=1 to 5 do 
                     write(a[i]:5);
              write('  tong= ', s );
             readln;
end.

Thân

Chúc bạn học tốt môn này
 
Top Bottom