Multiple Choice
Which of the following preventive actions might be taken to keep your program from crashing?
A) include if statements that check values used as input
B) run the program in debug mode
C) run the program in break mode
D) input all values as strings
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: If an event that creates a problem
Q9: Custom exceptions must derive from the _
Q10: Which of the following would not throw
Q11: If a try block is included, you
Q12: In C# the only checked exceptions are
Q14: The property of the Exception class that
Q15: What order should ArithmeticException, DivideByZeroException, and Exception
Q16: An error such as attempting to divide
Q17: An IO.IOException exception is thrown when _.<br>A)
Q18: When an unexpected error occurs in the