I have to modify this program so that it also asks the user to enter a number from 1-10. When the user enters the number 1, the program should update only the first price in the array. When the user enters 2, the program should update only the 2nd price, and so on. It says to use a loop that stops prompting the user when he or she enters a number that is either less than or equal to 0 or greater than 10.save and run the program .increase the second price by 10%, increases the tenth price by 2 %, and decrease the first price by 10%."