Search:

Type: Posts; User: BlueJ1

Search: Search took 0.10 seconds.

  1. Re: Converting a method from ArrayList so it is capable with an Array

    My assignment is to have the same program that uses an Array instead of an ArrayList.
  2. Converting a method from ArrayList so it is capable with an Array

    I am trying to convert my addProcut method so that it is compatible with an array. The original addProduct method was compatible with my ArrayList.

    Here is the full code of the StockManager class...
Results 1 to 2 of 2