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
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
4
Answer:
see in upper uploaded page......
I hope it helps u....
Attachments:
Similar questions
Computer Science,
4 months ago
Geography,
4 months ago
Physics,
4 months ago
English,
9 months ago
World Languages,
9 months ago
Science,
1 year ago