Ответ:
Язык не был указан так что я выбрал на свое усмотрение Python
s = 0
a = 1
while a != 0:
a = int(input())
if a // 100 > 0:
if a // 100 < 10:
if a // 4 == a / 4:
s = s + a
print(s)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
Язык не был указан так что я выбрал на свое усмотрение Python
s = 0
a = 1
while a != 0:
a = int(input())
if a // 100 > 0:
if a // 100 < 10:
if a // 4 == a / 4:
s = s + a
print(s)