Create a soda beverage shopping cart program using C++ implementing the following: Linked List - this will be used as the user's cart. This is where the items that the user will purchased are stored...






  • Create a soda beverage shopping cart program using C++ implementing the following:

    • Linked List - this will be used as the user's cart. This is where the items that the user will purchased are stored here before checking them out.

    • Array - use arrays to store user's stored products.

    • Pointers

    • Functions - Make sure that the rogram will have user-defined functions (e.g.: function for adding nodes, function for displaying the cart, etc.)





  • The program must have a menu where the user can select an action (e.g. Select product, View cart, Check out, etc.)


    • Soda options:
      Coca-Cola, Pepsi, Sprite, Royal, Mountain Dew





  • Must implement Developer name before the program exits.



Please show the entire code and final output.











Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here