Computer Science, asked by aditi240404, 4 months ago

Convert the following python program using for loop:

i = 0

sum = 0

while i<=10:

sum = sum + i

i = i + 1

print(sum) ​

Answers

Answered by yashyadav7dec2010
0

Answer:

No didn't want to talk to you

Similar questions