Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Re: Use a Method in Java to find the Last name of any given name

    Look at the different versions of the indexOf method to scan to the second or last space.
  2. Re: Use a Method in Java to find the Last name of any given name

    What is the format for the full name?
    last, first
    last first
    first last
    first middle last
    If the full name is in a String and you know what format it is in, the String class has several methods...
Results 1 to 2 of 2