write a function triplearray(double *,int) that returns an array of doubles each of which is three times the size of the corresponding value in the given array. do not modify the original array!