Answer:
B) A block of statement that might cause an exception.
Explanation:
Exception handling is a good programming technique that prevents our program from crashing when an exception occurs during execution. The try clause is used with a catch to handle any exception that might occur, so whenever a statement that might cause an exception is to be used, this should be contained in a try statement block of code.
Answer:
B=10
Explanation:
(-21) x 0=0 and (-50)÷(-5)=10
0+10=10
What is your question? I’ll try my best to help