Problem
Python Write a program that asks the user to enter the sales in dollars for 5 stores (you should have a NUM_STORES = 5 in your program and the program should work correctly for any number that NUM_STORES is set to.) The program should do input validation (using a loop) to make sure the number entered is greater than 0. Assume that the user will always enter either a positive integer or a negative integer.