1. Write the following function recursively: ,---- | double pow(double x, int n); `---- 2. Write the following function recursively: ,---- | //multiply each item in A by x, storing back in A | void mult(int A[],int x); `---- 3. Tell me something interesting about yourself. (Happy Friday!)