saucem8582 saucem8582 14-05-2023 Engineering contestada 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!