Question: i need a deatiled answer for this question from starting. CS265 Project- Java Collections: Queue Total Points: 20 65%; correctness-25%; design: 10%; documentation and style

i need a deatiled answer for this question from starting. CS265 Project-i need a deatiled answer for this question from starting.

CS265 Project- Java Collections: Queue Total Points: 20 65%; correctness-25%; design: 10%; documentation and style (See Lab Standards on web page. Follow directions for submission of projects.) Purpose: The objectives for this lab are to explore the functions of a queue, and to gain experience with exactly following specs for a module Problem Statement and Assignment: Design an inventory class that stores the following members serialNum; an integer that holds a part's serial number manufactDate: a member that holds the date the part was manufactured lotNum: an integer that holds the part's lot number The class should have appropriate member functions for storing data into, and retrieving data from, these members. Then, design a program that uses the queue from collections. The type of the queue should be the above inventory. The program should have a loop that asks the user whether he or she wishes to add a part to inventory or take a part from inventory. The loop should repeat until the user is finished If the user wishes to add a part to inventory, the program should ask for the serial number, date of manufacture, and lot number. The information should be stored in an inventory object using inventory interfaces and added into the inventory queue If the user wishes to take a part from inventory, the program should remove the front part from the queue and display the contents of its member variables When the user finishes, the program should display the contents of the member values of all the objects that remain in the queue Submission: Zip all source files and the running results, and upload the zip file to this assignment activity box

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!