Which term describes the variable x in this program? x = int(input("Enter a score or enter -1 to end. "))

while x != -1:

x = int(input("Enter a score or enter -1 to end. "))

Solved
Show answers

Ask an AI advisor a question