Question: c++ Description: Create a linked list of Boxes. Each node in the list is a struct Box object. - Define a struct Box. The struct

 c++ Description: Create a linked list of Boxes. Each node in

the list is a struct Box object. - Define a struct Box.

c++

Description: Create a linked list of Boxes. Each node in the list is a struct Box object. - Define a struct Box. The struct should include the following data members: o ID number o Width of a box o Height of a box o Length of a box o A next" pointer The program should prompt the user to enter different types of boxes, (See Output). The program should then ask the user if he or she wishes to see the list of boxes, and - display them if the user's response is yes. o The screen should clear before displaying the list. The program should allow the user to run it repeatedly. Enter the specifications of different types of boxes. Include the number of boxes presently in inventory. Enter boxes (-1 to quit): ID Number: width: 3.25 height: 2.50 length: 3.50 100 ID Number: 101 width: 4.00 height: 8.50 Description: Create a linked list of Boxes. Each node in the list is a struct Box object. - Define a struct Box. The struct should include the following data members: o ID number o Width of a box o Height of a box o Length of a box o A next" pointer The program should prompt the user to enter different types of boxes, (See Output). The program should then ask the user if he or she wishes to see the list of boxes, and - display them if the user's response is yes. o The screen should clear before displaying the list. The program should allow the user to run it repeatedly. Enter the specifications of different types of boxes. Include the number of boxes presently in inventory. Enter boxes (-1 to quit): ID Number: width: 3.25 height: 2.50 length: 3.50 100 ID Number: 101 width: 4.00 height: 8.50

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!