Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,052

    [SOLVED] Re: Strings and Characters

    Have you tried it?

    How is displayLetter defined?
    Is it: displayLetter(char c)
  2. Replies
    5
    Views
    1,052

    [SOLVED] Re: Strings and Characters

    What does the String charAt() method return?

    String1.charAt(4) should work as is.

    What were you trying to do with this: String1.charAt(4) = char aChar;
    It looks reversed from what it should...
Results 1 to 2 of 2