Below there are two descriptions of programming errors. Match the description with the kind of error it is (either a compile-time/syntax error or intent/logic error).
In a program that computes an average of 10 numbers you (the programmer) accidentally divide by the string 9 instead of the int 10.