Submit to ACID Objectives: Study and familiar with ADT specifications and its class implementations Existing example: class Bag Implement applications using Bag class Set up: 1) Create a new folder under your drive, e., z csc 22\lab1_your Name 2) Create a new VC++ solution named Labi Lab tasks: Download the bag_code.txt from the portal Create a Ch project including the following Ch files Baginterface.h (ADT template file) Bag.h (class declaration header file) o Bag.cpp (class implementation source file) Bag driver.cpp (tester / driver program with main() Compile the project to make it work properly Write additional code in the CF driver program, to solve the following problem: "Imagine that you have just left a store with a bag of groceries. You are concerned that the fragile items ww not survive the trip home, so when you reach your car, you place those items into their own bag Bag is a class of bags, write CH statements that remove all the items from storeBag and place them into one of two new bags, as follows: Place all occurrences of bread and eggs into fragileBog, and all other items into groceryBag. When you are done, storeBag should be empty. Assume that grocery items are Do more with Microsoft Edge - the fast, new browser built for Windows 10, Change my default Don't ask again X Submit to ACID Objectives: Study and familiar with ADT specifications and its class implementations Existing example: class Bag Implement applications using Bag class Set up: 1) Create a new folder under your drive, e., z csc 22\lab1_your Name 2) Create a new VC++ solution named Labi Lab tasks: Download the bag_code.txt from the portal Create a Ch project including the following Ch files Baginterface.h (ADT template file) Bag.h (class declaration header file) o Bag.cpp (class implementation source file) Bag driver.cpp (tester / driver program with main() Compile the project to make it work properly Write additional code in the CF driver program, to solve the following problem: "Imagine that you have just left a store with a bag of groceries. You are concerned that the fragile items ww not survive the trip home, so when you reach your car, you place those items into their own bag Bag is a class of bags, write CH statements that remove all the items from storeBag and place them into one of two new bags, as follows: Place all occurrences of bread and eggs into fragileBog, and all other items into groceryBag. When you are done, storeBag should be empty. Assume that grocery items are Do more with Microsoft Edge - the fast, new browser built for Windows 10, Change my default Don't ask again X