Problem:
Question 1- Write a script to accept a matrix of any size entered from the keyboard and then replace all the elements of the matrix that are less than or equal to 3 with 0.
Question 2- Write C++ code for a function called insert that will accept an array, the array size, array position and element to be inserted as arguments and insert the element correctly.
Please show code with comments so I can follow what you are doing.