A user enters unexpected data into program. Which functionality can the programmer use to present an understandable error message to the user?
A user enters unexpected data into program. Which functionality can the programmer use to present an understandable error message to the user?
A programmer can use exception handling to present an understandable error message to the user when unexpected data is entered. Exception handling allows the programmer to detect errors during program execution and respond with appropriate and user-friendly error messages, improving the program's robustness and user experience.
The option isB