The most likely error that would occur when a user enters their phone number in a form where their name should go is data type mismatch. This is because the phone number is likely to be treated as a different data type (e.g., a string of digits) than what is expected for a name (which is typically a string of alphabetic characters).
Question
A user enters their phone number in a form where their name should go. Which kind of error is most likely to occur?
(1 point)
Responses
division by zero
division by zero
index out of range
index out of range
not enough memory
not enough memory
data type mismatch
data type mismatch
Skip to navigation
1 answer