Какой результат будет после выполнения следующей программы?
var  s,d : real;
i : integer;
begin
s:=0
for i:=1 to 49 do
begin
d:=i*(i+1);
s:=s+1/d;
end;
writeln('S=',s);
end.

A)S=0,02      B)S=0,98     C)S=0,0002       D)S=1
Помогите очень срочно!!!!!!!! 


Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Copyright © 2024 SCHOLAR.TIPS - All rights reserved.