Problem:
Question 1: What is exception handling ? describe try and catch block? Please describe with the help of example.
Question 2: Write a function,matrix_scalar_add with type int list list -> int -> int list list that implements matrix scalar addition. This is simply the operation of adding the integer value to each element of the matrix. Write the code step by step and explain it.