Computer Science, asked by lipun970, 5 months ago

write the output of the given program

Def loop1(n):

Sum=0

i=1

while i<n:

sum+=1

i+=5

print(“sum=”,sum)

x=30

loop1(x)​

Answers

Answered by Anonymous
0

What kind of program is it????

Nothing is perfectly defined neither the indentations are correct.

Similar questions