Search:

Type: Posts; User: lovely92

Search: Search took 0.08 seconds.

  1. Re: How do I return the current number of trades(number) from an array?

    Thank you !
    One more question, I have no idea what my professor is talking about with our last method.

    void checkBreakerAndPrint()
    basically it checks the breaker condition for the last added...
  2. Re: How do I return the current number of trades(number) from an array?

    Thank you !
    This is what my code look likes now.
    What is the difference between using this.numberOfDaysWithData and numberOfDaysWithData?

    I know "this" refers to the object of the method.
    It...
  3. How do I return the current number of trades(number) from an array?

    This is what I have so far.
    I am just stuck on my method int numTrades(), I have to return the current number of trades from the array.


    //Fields
    double lastPChange;
    double...
Results 1 to 3 of 3