subject

C Code Write a program that simulates inventory bins in a warehouse. Each bin holds a number of the same type of parts. The program should use a structure that keeps the following data:-- Description of the part kept in the bin-- Number of parts in the bin The program should have an array of 10 bins, initialized with the following data:Part Description Number of Parts in the Bin Valve 10Bearing 5Bushing 15Coupling 21Flange 7Gear 5Gear Housing 5Vacuum Gripper 25Cable 18Rod 12The program should have the following functions: Add Parts: function that increases a specific bins part count by a specified number. Remove Parts: a function that decreases a specific bins part count by a specified number. When the program runs, it should repeat a loop that performs the following steps:1) The user should see a list of what each bin holds and how many parts are in each bin.2) The user can choose to either quit the program or select a bin. When a bin is selected, the user can either add parts to it or remove parts from it. The loop then repeats, showing the updated bin data on the screen. Input Validation: No bin can hold more than 30 parts, so don't let the user add more than a bin can hold.-- Don't accept negative values for the number of arts being
added or removed. DEMONSTRATE ALL FUNCTIONALITY in your program including your Input Validation.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 20:50
What is the difference between windows 7 and windows 10?
Answers: 1
question
Computers and Technology, 23.06.2019 09:30
Write an essay on online collaboration, how to do it, the challenges, resolving the challenges, and consider whether the risks are greater than rewards. ( need )
Answers: 1
question
Computers and Technology, 23.06.2019 10:50
The volume v and paper surface area a of a conical paper cup are given by where r is the radius of the base of the cone and h is the height of the cone. a. by eliminating h, obtain the expression for a as a function of r and v. b. create a user-de ned function that accepts r as the only argument and computes a for a given value of v. declare v to be global within the function. c. for v ! 10 in.3 , use the function with the fminbnd function to compute the value of r that minimizes the area a. what is the corresponding value of the height h? investigate the sensitivity of the solution by plotting v versus r. how much can r vary about its optimal value before the area increases 10 percent above its minimum value?
Answers: 1
question
Computers and Technology, 23.06.2019 22:50
What is an rss reader used for? for creating a user account on a social new site
Answers: 2
You know the right answer?
C Code Write a program that simulates inventory bins in a warehouse. Each bin holds a number of th...
Questions
question
English, 12.01.2021 17:20
question
Mathematics, 12.01.2021 17:20
Questions on the website: 13722367