Search:

Type: Posts; User: Saintroi

Search: Search took 0.10 seconds.

  1. Replies
    9
    Views
    1,345

    [SOLVED] Re: 2 Lines Stuffs.

    Hmm... ive never used a map before, but I looked it up and it seems a bit weird. Could you give me a basic explanation as to how to do what I need to do with it?
  2. Replies
    9
    Views
    1,345

    [SOLVED] Re: 2 Lines Stuffs.

    That makes sense. I will try that as soon as I get a chance tomorrow. And squeakbox, ready was the conditional you have to use for a BufferedReader, and I intended for the user to enter e when done,...
  3. Replies
    9
    Views
    1,345

    [SOLVED] Re: 2 Lines Stuffs.

    Thanks a ton! Even though that page said StringTokenizers were outdated and to use the String.split method, I took your advice and got it to read. and semi-work! It reads the lines now, but perhaps...
  4. Replies
    9
    Views
    1,345

    [SOLVED] Re: 2 Lines Stuffs.

    I'll go ahead and post this; this is the code I used at first and what I like to use, but it does not work like I need it to, as you'll see if you run it.



    import java.util.*;
    public class...
  5. Replies
    9
    Views
    1,345

    [SOLVED] Re: 2 Lines Stuffs.

    Possibly so, but how do you tokenize a string? Ive only been doing Java since January, so there's a lot I don't know about! Haha.
  6. Replies
    9
    Views
    1,345

    [SOLVED] 2 Lines Stuffs.

    So, i'm doing this program that takes 2 lines of input, the first line being a number that signifies how many numbers are going to be in the next line. I then have to find which number in the second...
Results 1 to 6 of 6