Computer Science, asked by snigdhasen723, 4 months ago

nothing to say about my handwriting

please slove this Q fast

wrong answer = report ​

Attachments:

Answers

Answered by myd25335
2

Answer:

in which language

Umm..

----------------------------------------

#python program

i = 1

sum = 0

num = 0

while (i):

if i%2 == 0:

num += 1

sum += i

print(i)

if num == 10:

break

i += 1

print(sum)

Similar questions