Design an application that works as a shopping cart system. The user should be able to add any of the following items to his or her shopping cart:

(When the user selects either a print book or an audio book, use a module with global variables to hold the name and price of the selected book. That way, the main form will be able to retrieve the name and price after the other forms have closed.)

Print Books (books on paper) :

I Did It Your Way $11.95
The History of Scotland $14.50
Learn Calculus in One Day $29.95
Feel the Stress $18.50

Audio Books (books on tape)

Learn Calculus in One Day $29.95
The History of Scotland $14.50
The Science of Body Language $12.95
Relaxation Techniques $11.50

The Main form should look like this…… See image.

The list box shows all items in the shopping cart. There is a 6% sales tax on the total cost of the items in the shopping cart. Also, for each item in the shopping cart there is a $2.00 shipping charge. To remove an item from the shopping cart, the user selects it in the list box and clicks the Remove button. The subtotal, tax, shipping and total fields should be adjusted accordingly.

File Menu Should Look Like This... See image.

When the user selects Reset from the File menu, all items in the shopping cart should be removed, and the subtotal, tax, shipping, and the total fields should be cleared. When the user selects About from the Help menu, a simple About box should appear. When the user selects Print Books from the Products menu, the form below should appear. See image.

To add one of the items to the shopping cart, the user selects it and clicks the Add Book to Cart button. To cancel the operation, the user simply clicks the Close button without selecting a book. On the main form, when the user selects Audio Books from the Products menu the form below should appear. See image.

To add one of the items in the list to the shopping cart, the user selects it and clicks the Add Book to Cart button. To cancel the operation, the user simply clicks the Close button without selecting a book.

Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.