Search:

Type: Posts; User: Watto

Search: Search took 0.12 seconds.

  1. Replies
    2
    Views
    1,254

    Re: String being 'cut off in for loop

    Thanks i'll keep that in mind!
    I figured out that the issue was i was iterating through the array before it was being sent and it was counting to 9 then adding the break but i forgot to add the...
  2. Replies
    2
    Views
    1,254

    String being 'cut off in for loop

    Sorry for the crappy title but i honestly have no clue on how i would shortly word this problem.
    *Editing accidentally posted ;P

    So basically i have a string which is inputted which in this case...
  3. Thread: Java email error

    by Watto
    Replies
    1
    Views
    2,158

    Re: Java email error

    I do believe your problem is you're trying to connect the mail 'hosting' website to your localhost rather than to something like GMAIL in this line;



    String host = "localhost";


    I could be...
  4. Replies
    3
    Views
    1,059

    Re: ROCK, PAPER, SCISSORS GAME.

    When comparing strings with you have to use the .equals method in this case it would be
    if(choice1.equals("scissors")){}

    and etc.
    I'm fairly sure that's your problem :P
Results 1 to 4 of 4