subject

Python program: develop a program that will keep track of inventory for a local retail store. fortunately, the store only offers five items for sale (at the current time). the data to include is as follows: beginning inventory – this data can be hard coded in the program. item # description # in inventory111 jacket 2300222 blazer 1000333 sweater 500444 hoodie 340555 make one up 400during the day, the following transactions occur: all transactions are entered by a user. the user should run the program one time and enter all of the transactions (and a few more if they would like! ) below. keep in mind that not all users type 100% accurately! you decide how to have your user stop entering data. item# # sold111 1200222 300333 250444 270555 300item# # added (received a shipment from vendor)111 1100222 400333 50444 250555 300after all of the transactions have been entered, print the item #, description, and end of the day inventory quantity. at the end of the report, provide a grand total of all items sold and a grand total of all items delivered. the better programs will only process data for shipments and sales if the code is correct and allow users to enter both upper case and lower case data. your program should be able to process more transactions than the ones included above. for this program, you do not have to worry about it if your inventory falls into negative numbers. that data will be used by the procurement department to purchase any items needed to fulfill the outstanding orders!

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 15:30
Why would a programmer use the logical operator and in an if statement? a: when an action is to be taken that requires both conditions to be falseb: when an action is to be taken that requires both conditions to be truec: when an action is to be taken that requires the first condition to be falsed: when an action is to be taken that requires the second condition to be truei took the test and the answer is b.
Answers: 3
question
Computers and Technology, 22.06.2019 17:40
Consider the simple 3-station assembly line illustrated below, where the 2 machines at station 1 are parallel, i.e., the product only needs to go through one of the 2 machines before proceeding to station 2.what is the throughput time of this process?
Answers: 2
question
Computers and Technology, 22.06.2019 18:30
The "instance" relationship shows that something is an object of a
Answers: 1
question
Computers and Technology, 24.06.2019 00:40
Use a software program or a graphing utility with matrix capabilities to solve the system of linear equations using an inverse matrix. x1 + 2x2 βˆ’ x3 + 3x4 βˆ’ x5 = 6 x1 βˆ’ 3x2 + x3 + 2x4 βˆ’ x5 = βˆ’6 2x1 + x2 + x3 βˆ’ 3x4 + x5 = 3 x1 βˆ’ x2 + 2x3 + x4 βˆ’ x5 = βˆ’3 2x1 + x2 βˆ’ x3 + 2x4 + x5 = 5
Answers: 3
You know the right answer?
Python program: develop a program that will keep track of inventory for a local retail store. fortu...
Questions
question
Geography, 30.11.2021 02:40
question
History, 30.11.2021 02:40
question
Chemistry, 30.11.2021 02:40
question
History, 30.11.2021 02:40