Search:

Type: Posts; User: Mr.777

Search: Search took 0.09 seconds.

  1. Replies
    22
    Views
    2,023

    Re: Input into array.

    Can you kindly provide me the reference to study about the rules? May be i could help you after reading the rules.
  2. Replies
    22
    Views
    2,023

    Re: Input into array.

    GROW 2 1
    BROW 1 2
    GOBW 4 0

    If we compare GROW and BROW, only 1 character is replaced and if we compare GROW and GOBW, 2.
    Now if we do BROW and GROW, again 1, BROW and GOBW, 3.
    So shouldn't it...
  3. Replies
    22
    Views
    2,023

    Re: Input into array.

    I think you didn't read my comment above.
  4. Replies
    22
    Views
    2,023

    Re: Input into array.

    Or you can do


    String val = Character.toString(charactervaluehere);
  5. Replies
    22
    Views
    2,023

    Re: Input into array.

    My bad with words. By type casting i meant Converting.
  6. Replies
    22
    Views
    2,023

    Re: Input into array.

    But you can type cast char to a String. Anyways, there can be other solutions too. But if you want to compare then try equality operator or type cast to String.
Results 1 to 6 of 6