Question 3 (worth 0.5%):
Write a program that creates an array of 10 integers. The program will ask the user to enter the values and then uses the array to find the maximum
value stored.
• The program will display the
? The array
? The maximum value
? The index of the maximum value.
Test your program on 23, 10, 94, 75, 15, 36, 81, 27, 36, 59