var
i,j:
integer
; s:
real
;
begin
for
i:=
1
to
11
do
s:=
0
j:=
5
s:=s+StrToInt(Form1
.
StringGrid1
Cells[i,j]);
end
Form1
Cells[i,
6
]:=FloatToStr(s/
);
Сайт
Форум
FAQ
Соглашения
Прочее