What type of variable is finalScore in this code?

finalScore = int(input("What was your final score?"))

(1 point)
Responses

an integer

an integer

a float

a float

a string

a string

a Boolean

1 answer

an integer