Define an array of 10 pointers to double-precision numbers. Then read 10 numbers into the locations referenced by the pointers. Next, have your program sum the numbers and store the result in a pointer-accessed location. Finally, have your program display the contents of all locations, again using pointer notation.