Help in creating Java programs--need Java Gurus!!!!

TRDCorolla1

Golden Master
Messages
12,592
Location
California
Anyone want to help me write Java codes? PM me please. We can work out a compensation (cash through PayPal). Codes must work!!!
 
i would but i dont know any but if you teach me i can try and help out for free i dont need the money
 
Ok, here's what needs to be done. It's in regards to using Arrays....fun stuff.

"A company has 3 regions, with 5 stores in the first region, 3 stores in the second region, and 2 stores in the third region. We need to input the weekly sales for each store. Then, find the average weekly sales for each region and for the whole company."

The ouput is shown through the console with the System.out.println(""), etc., etc:

Maximum sales store: <store name> <weekly sales>
Minimum sales store: <store name> <weekly sales>

Average sales for region 1: <avg weekly sales>
Average sales for region 2: <avg weekly sales>
Average sales for region 3: <avg weekly sales>

Total company sales: <total company sales>
 
Back
Top Bottom