Question: This is Question Note:( Use DevC++ and language will be C++ ) Create a class Sales with 3 private variables Saleld of type integer, ItemName
This is Question
Note:( Use DevC++ and language will be C++ )

Create a class Sales with 3 private variables Saleld of type integer, ItemName of type string , and Quantity of type integer. Part (a) Use a default constructor to initialize all variables with any values. Part (b) Use a constructor to take user input in all variables to display data. Part (C) Use a parameterized constructor to initialize the variables with values of your choice
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
