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 04:00
Chloe is building a kiosk-based excel application. she wants to make some modifications to the screen elements in order to keep users from being distracted by parts of the application that are irrelevant to her application. she turns to henry for guidance as she knows he built a similar solution earlier this year.chloe has decided to hide the worksheet gridlines and the vertical scroll bar. what does henry tell her to use to do this? a) screen elements dialog boxb) display options dialog boxc) customization dialog boxd) excel options dialog box
Answers: 2
question
Computers and Technology, 22.06.2019 21:30
This graph compares the total cost of attending educational institutions in texas. the graph demonstrates that the cost at private and public technical schools greatly varies.
Answers: 2
question
Computers and Technology, 23.06.2019 17:00
The more powerful, 60 volt cables and the main power shut off on an hev are both colored orange
Answers: 1
question
Computers and Technology, 23.06.2019 19:00
Write a program that displays the following menu: geometry calculator 1. calculate the area of a circle 2. calculate the area of a rectangle 3. calculate the area of a triangle 4. quit enter your choice (1-4): if the user enters 1, the program should ask for the radius of the circle and then display its area. use the following formula: area = ď€(the square of r) use 3.14159 for ď€ and the radius of the circle for r. if the user enters 2, the program should ask for the length and width of the rectangle and then display the rectangle’s area. use the following formula: area = length * width if the user enters 3, the program should ask for the length of the triangle’s base and its height, and then display its area. use the following formula: area = base * height * .5 if the user enters 4, the program should end. input validation: display an error message if the user enters a number outside the range of 1 through 4 when selecting an item from the menu. do not accept negative values for the circle’s radius, the rectangle’s length or width, or the triangle’s base or height. note: if the user enters an improper menu choice (1-4), the program prints "the valid choices are 1 through 4. run the program again and select one of those." if the user enters a negative radius, the program prints "the radius can not be less than zero." if the user enters a negative value for height or base, the program prints "only enter positive values for base and height."
Answers: 1
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, 16.10.2019 03:50
question
Health, 16.10.2019 03:50
question
Mathematics, 16.10.2019 03:50
question
Biology, 16.10.2019 03:50
question
Advanced Placement (AP), 16.10.2019 03:50
question
Mathematics, 16.10.2019 03:50
Questions on the website: 13722363