Write a C# program that creates three arrays of type double. Using a loop, prompt the user to input 10 initial values for each of two arrays (for a total of 20 values). Store the product of the two arrays into the third array. Produce a display using the MessageBox class that shows the contents of all three arrays using a single line for an element from all three arrays.