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, 23.06.2019 02:30
Three out of five seniors remain undecided about a college major at the end of their senior year.
Answers: 3
question
Computers and Technology, 23.06.2019 12:30
How is the brightness of oled of the diaplay is controled
Answers: 1
question
Computers and Technology, 23.06.2019 16:30
How to do this programming flowchart?
Answers: 3
question
Computers and Technology, 23.06.2019 19:00
Now you’re on your own. include a short summary of this section with plots in your lab report. write a matlab script file to do steps (a) through (d) below. include a listing of the script file with your report. 1 the soundsc(xx,fs) function requires two arguments: the first one (xx) contains the vector of data to be played, the second argument (fs) is the sampling rate for playing the samples. in addition, soundsc(xx,fs) does automatic scaling and then calls sound(xx,fs) to actually play the signal. mcclellan, schafer, and yoder, dsp first, 2e, isbn 0-13-065562-7. prentice hall, upper saddle river, nj 07458. c 2015 pearson education, inc. 4 mcclellan, schafer and yoder, signal processing first. prentice hall, upper saddle river, new jersey, 2003. c 2003 prentice hall. (a) generate a time vector (tt) to cover a range of t that will exhibit approximately two cycles of the 4000 hz sinusoids defined in the next part, part (b). use a definition for tt similar to part 2.2(d). if we use t to denote the period of the sinusoids, define the starting time of the vector tt to be equal to t , and the ending time as ct . then the two cycles will include t d 0. finally, make sure that you have at least 25 samples per period of the sinusoidal wave. in other words, when you use the colon operator to define the time vector, make the increment small enough to generate 25 samples per period. (b) generate two 4000 hz sinusoids with arbitrary amplitude and time-shift. x1.t / d a1 cos.2
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
Questions on the website: 13722359