Search:

Type: Posts; User: BITmixit

Search: Search took 0.14 seconds.

  1. Replies
    12
    Views
    1,817

    Re: where to break array sorting?

    Finished it and it works. I basically just told the program to convert the string to lowercase before putting it in order and then just simply printed the original string so it still looked like...
  2. Replies
    12
    Views
    1,817

    Re: where to break array sorting?

    No i dont really understand it :S

    I want the order to be like i stated:

    A, a, B, b, C, c

    How do i go about changing the order?

    Is there no way i can tell the sorting process to ignore...
  3. Replies
    12
    Views
    1,817

    Re: where to break array sorting?

    I assumed it was a, A, b, B, c, C

    My friends seems to think char[] characters = input.toCharArray();

    is converting any capitals from a string into normal letters before adding to an array.
  4. Replies
    12
    Views
    1,817

    Re: where to break array sorting?

    Right, got it working it now exits upon entry of END. However when trying to submit it to the system which checks our code online, compiles it and runs examples mine doesn't work. Heres the code:

    ...
  5. Replies
    12
    Views
    1,817

    Re: where to break array sorting?

    3

    No, i intended the program to end overall. :S
  6. Replies
    12
    Views
    1,817

    where to break array sorting?

    For an assignment ive had to have a problem read in a string and then display the string and state if the letters in the string are ascending or not. I've managed to do this however i swear no matter...
Results 1 to 6 of 6