Problem
Develop an algorithm or program to implement the following function:
insert_in_array (element,position)
The element parameter is a data item to be added to the array, and the position parameter is the array index at which the new element will be inserted. Make sure to account for elements that must be moved over to make room for the new element.