moistkatana moistkatana 20-10-2021 Computers and Technology contestada 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. "))an iteration countera sentinel valuea string counter a loop counter