Math, asked by dhiraj3016gmailcom, 4 months ago

Write the output of statement :-

a=100
b=20
s=0
while a>=b:
if a%5==0
s+=a
a-=1
print(s)

PLS TELL AS SOON AS POSSIBLE...​

Answers

Answered by vishalvinodmaurya
0

Answer:

s= 80 is the correct answer

Similar questions