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...
  5. [SOLVED] Re: System prints final statistics many times than needed

    I've figured out the solution.

    public void tryAgain(){
    System.out.println();
    System.out.print("Vrei sa joci din nou?");
    String tryagain = scan.nextLine();
    System.out.println();...
  6. Re: New to programming and starting to learn Java. And need adivce on which IDE to use. Android Studios or online IDE's?

    Android Studio is based on IntelliJ IDEA while Eclipse Android is based on...eclipse. I honestly love Eclipse, once you get used to it you can't love another IDE + it's very easy to use! Now it...
  7. [SOLVED] System prints final statistics many times than needed

    Since this is my first forum I'd like to say Hi! to all of you, it's good to find people with the same passion as me. I started learning Java like 2 weeks ago and it took me something until I learned...
Results 1 to 7 of 7