Help me please! c++
I don't know how to use variables, or how to initialize constructors:( can someone help me please, I'm seeing inheritance Purchase and sale of 2 items. a) To start the sale of the items you must have the initial quantity of said items, the sale price of the items are $ 110.00 and $ 120.00. The system prints the following menu: a.- Sale of item b.- Item return c.- See existence and amount of sale. d.- Exit. Make a constructor that allows you to set the initial quantity of existence of the articles, the other member variables of the class They must be initialized to 0. Section "a" will ask which item is sold and how many are sold from main (), a method is executed which decreases the existence of the corresponding item and the sale amount is updated.