Search:

Type: Posts; User: zackstyer

Search: Search took 0.13 seconds.

  1. Re: I need some help with this programming problem

    This is my problem.... I get a random array and my code should be general not for one particular array.
  2. Re: I need some help with this programming problem

    This is the thing. I'm making the program on "www.talentbuddy.co" a site with problems where you write your code in their field and the variables and arrays you need are generated by them. The array...
  3. Re: I need some help with this programming problem

    No. I want to create an array for each sequence of numbers that are passing through the condition.

    For example: 1,2,3,1,4,5,2,3,1

    The arrays created are: 1. {1,2,3}
    2. {1,4,5}
    3. {2,3};
  4. I need some help with this programming problem

    Greetings. I need some help with a programming problem I'm solving. The problem sounds like this:

    Gyazo - c42a2235b5aa7285a94d8eb7748831a6.png


    I know how to solve it in my head but I don't...
Results 1 to 4 of 4