What kind of error does this program contain?

age = int(input("Enter your age: "))

print("You are " + age + " years old.")

(1 point)
Responses

division by zero

syntax error

logic error

data type mismatch

data type mismatch