HELP! Java Programmers needed!

Discussion in 'Off Topic' started by Please_Respect_Tables, Apr 21, 2015.

  1. How would I declare an array for 10 salesperson objects using idnumber and sales amount? 
     
  2. Name of salesperson class [] name you want it to be called = New name of salesperson class [number of salespeople you want in it];
     
  3. I'm on last part now. Got the others. How would I get the sales value to increase by $5000 for each successive salesperson ranging from$25000 to $70000? I got the successive ID number part.
     
  4. Well Have a variable that is set to ___ and goes up __ each time a person is made.