1. Write the C# code to for the following problem.Declare an array to store five values; they could be decimal numbers.Prompt the user to store values into the array.Then prompt the user for a value to multiply each element of the array.Adjust the values and print the...