Computer Science, asked by mg728724181, 8 months ago

write the output for the following code statemant
a. a=100
b=20
s=0

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

option are
(i)1020
(ii) 997
(iii) 1222
(iv) 1120​

Answers

Answered by mohantysadhana1
2

Answer:

I think it will be 1020 or anything else

Answered by arnavgosavi
2

Answer:

answer is 1020 it's self

Similar questions