Search:

Type: Posts; User: chaoticcircuit

Search: Search took 0.07 seconds.

  1. Replies
    6
    Views
    944

    Re: Basic Java Question

    I'm not allowed to use string.split yet I don't think
    fullname.indexOf(fullname); Would that give me the index of the space?

    I'm still a little foggy on how to initialize it after finding it
    ...
  2. Replies
    6
    Views
    944

    Re: Basic Java Question

    Thanks! I edited my post.

    -Also, I have figured out I need to use IndexOf but I'm not sure how to implement it.
    Any help is greatly appreciated!
  3. Replies
    6
    Views
    944

    Basic Java Question

    Hi all so I'm very new to Java and am working on a project which requires my program works properly with all name inputs, but I coded it to only output what I need with one.

    What I did was...
Results 1 to 3 of 3