Write the Visual Basic 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 subtract from each element of the array.
Subtract that value from each element of the array and print the new values. Make sure you actually change the values in the array.