Search:

Type: Posts; User: andbin

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,174

    Re: Weird Characters printed

    I repeat the question: are you trying to "shuffle" an array? It's easy to do and there is no need to use strange/unuseful internal loops to verify if "is already in array".

    In general, given an...
  2. Replies
    3
    Views
    1,174

    Re: Weird Characters printed

    First, these are not "instance" variables .... but "class" variables. And it's not correct for your intentions.
    The char[] alpha has sense that it is "static", not the others.


    Second, this part...
Results 1 to 2 of 2