This is what I am doing,
Write a class, SalesCls, that contains two attributes (salesAmount and SalesRep). The class must have a constructor and a member function(s). The class must do two main tasks: assign values (any sales amount and any sales representative name name identification) from the main( ) to the attributes of the class. The class also displays the sales representative and his/her sales amount.
The issue I am having is calling my displayvalues function into my main. Can anyone also tell me if I am on the right track?