Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.12 seconds.

  1. Replies
    13
    Views
    3,969

    Re: Product of array values

    Not exactly, but you could certainly write a method that performs a for loop and returns a value. Then you could put a call to that method inside the brackets.
  2. Replies
    13
    Views
    3,969

    Re: Product of array values

    I'm not sure what you're trying to do there, but just by glancing at it, you could condense that into a nested for loop. Instead of doing +0, +1, +2, just use another for loop and increment by that...
Results 1 to 2 of 2