Search:

Type: Posts; User: lovely92

Search: Search took 0.10 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...
  4. Replies
    4
    Views
    1,391

    Mirroring pixels

    Mirroring is done by copying. Suppose a Picture has H rows of Pixels and W columns of Pixels and W is an even number, like W is 2N. Here N is a the whole number that is exactly 1/2 of W. How many...
Results 1 to 4 of 4