Asked by C#prog
Create three array of type double. Do a compile-time initialization and place 10 different values in tow of the arrays. Write a program to store the product of the two arrays in 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.