Write the definition of a function printarray, which has two parameters . the first parameter is an array of integers and the second is an int , the number of elements in the array . the function does not return a value . the function prints out each element of the array , on a line by itself, in the order the elements appear in the array , and does not print anything else.