Computer Science, asked by jamesmcguire2005, 2 months ago

What should be entered to make the loop print

60
70
80

x = 50
while (x < 80):
x = x + ____
print (x)

Answers

Answered by abhilash7995
1

Answer:

60

70

80

x = 50

while (x < 80):

x = x + 10

print (x)

Answered by yashrajdoddi
0
70

60

80
Plz make me brain list
Similar questions