Write a program that asks the user to enter sales in dollars


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.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Write a program that asks the user to enter sales in dollars
Reference No:- TGS03332491

Expected delivery within 24 Hours