jackiequin16 jackiequin16 30-03-2021 Computers and Technology contestada Which entry by the user will cause the program to halt with an error statement? #Get a guess from the user and update the number of guesses. guess = input("Guess an integer from 1 to 10:") guess = int(guess) A two B 100 C 3 D -1