Problem #865 C++ using OBJECT ORIENTED PROGRAMMING

Write a C++ program to create a class called "Inventory" with a collection of products and methods to add and remove products, and to check for low inventory.

Your Solution