Search:

Type: Posts; User: alegro

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    24,877

    Post your code and it will be much easier to help...

    Post your code and it will be much easier to help you.
  2. Replies
    17
    Views
    1,587

    The error is in your assignment && is used for...

    The error is in your assignment

    && is used for a conjunction of test conditions, and is invalid in the way you used it. You will need two seperate statements for your assignments.
  3. Thread: Optimize?

    by alegro
    Replies
    3
    Views
    1,384

    All of your return statements are within test...

    All of your return statements are within test cases. Therefore incase the function never executes any of the test cases the function still needs to return something.
Results 1 to 3 of 4