Sales Analysis for various products
The system needs a list of Salesmen (Arraylist named SalesmenList) and each Salesmen holds a numbers of various attributes
<Salesmen_id, Region, and Total_sales>.
There is also a class named Products. The class holds the <Product_ID, Description and Price>
So, how am I going to implement the use of Arraylists to point the Products in the product class to Salesmen class so that i can usethe information in the product class to compute totalsales by Salesmen ID, individually? /:)
Re: Sales Analysis for various products
Re: Sales Analysis for various products
actually i wanna try to use 3 classes which is salesmen, product and sales which is all has their own Arraylists. For salesmen to store the products, im thinking of to keep the product for the salesmen in sales class. is it okay?
Re: Sales Analysis for various products
Quote:
Originally Posted by
faridzul90
is it okay?
I don't know, what happened when you tried?