Ответ:
на Python
262.5
Объяснение:
i=3.5
s=0
while i <= 31.5:
s = s + i
i+=2
print(s)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
на Python
262.5
Объяснение:
i=3.5
s=0
while i <= 31.5:
s = s + i
i+=2
print(s)