Search:

Type: Posts; User: av8

Search: Search took 0.21 seconds.

  1. Replies
    12
    Views
    1,957

    Re: Strings and Characters

    I dont quite know how to incorporate the loop statement with everything else - sorry just not syntactically or semantically there!
  2. Replies
    12
    Views
    1,957

    Re: Strings and Characters

    Sorry for (int i = 0; i < string.length; i++) ?
  3. Replies
    12
    Views
    1,957

    Re: Strings and Characters

    CORRECTION for (char aChar = 0; achar < 4; achar++); something like this for HELLO ?
  4. Replies
    12
    Views
    1,957

    Re: Strings and Characters

    for (char aChar = 0; char < 4; char++); something like this for HELLO ?
  5. Replies
    12
    Views
    1,957

    Re: Strings and Characters

    Hi Norm , how could I write a loop to iterate over the String and get the char one by one?
  6. Replies
    12
    Views
    1,957

    Re: Strings and Characters

    The displayCharacter() is displaying the argument it receives in an Array.
  7. Replies
    12
    Views
    1,957

    Strings and Characters

    Hello

    I would like to write a method called displayString() which takes a string as an argument and returns no result.


    I already have a working method I wrote called displayCharacter() which...
Results 1 to 7 of 7