Write a c program that prompts the user to enter 10 double numbers. The program should accomplish the following:
a. Store the information in a 10-element array.
b. Display the 10 numbers back to the user.
Write a c program that prompts the user to enter 10 double numbers. The program should...