Computer Science, asked by niranjansthampi10, 9 months ago

Find the errors in the following program 2 x = int (“Enter value for x”) for in range [0, 11]: if x = y Print x+y else: Print x – y ​

Answers

Answered by Anonymous
4

Answer: I hope this will be correct!

x=int(input("Enter value for x"))

for i in range(0,11):

if x=y:

print(x+y)

else:

print(x-y)

Answered by sagarrc1564
4

Answer:

see in upper uploaded page......

I hope it helps u....

Attachments:
Similar questions