begin
Print('S =', SeqGen(ReadInteger('n ='), 2.0, 1.0, (x1, x2)-> 0.8 * x2 + 0.15 * x1).Sum)
end.
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
begin
Print('S =', SeqGen(ReadInteger('n ='), 2.0, 1.0, (x1, x2)-> 0.8 * x2 + 0.15 * x1).Sum)
end.