151+153+155........299=16875
i:=151;
p:=1;
while i<=299 do
begin
p:=p*i;
i:=i+2;
end;
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
151+153+155........299=16875
i:=151;
p:=1;
while i<=299 do
begin
p:=p*i;
i:=i+2;
end;