Search:

Type: Posts; User: WantHelp

Search: Search took 0.10 seconds.

  1. Replies
    14
    Views
    1,927

    Re: Help Me with my Program CompareTo!!!!

    so i do if first = one
    else
    first=two
    else=three??
  2. Replies
    14
    Views
    1,927

    Re: Help Me with my Program CompareTo!!!!

    + WE NEVER DESIGN SOMETHING BEFORE WE WRITE A CODE
    WE ARE JUST BEGINNERS!
    FIRST CLASS OF JAVA!
  3. Replies
    14
    Views
    1,927

    Re: Help Me with my Program CompareTo!!!!

    i POSTED WHAT I DID IN MY FIRST POST UP
    !
    THAT WHAT I DID WITH MY PROGRAM ONLY
  4. Replies
    14
    Views
    1,927

    Re: Help Me with my Program CompareTo!!!!

    like i used the if statement for example for the first word:


    if(first.compareToIgnoreCase(second) < 0 && first.compareToIgnoreCase(third) > 0)

    {
    two=first;
    }...
  5. Replies
    14
    Views
    1,927

    Re: Help Me with my Program CompareTo!!!!

    and the the anwser should be by if statement and compareToIgnoreCase method
  6. Replies
    14
    Views
    1,927

    Re: Help Me with my Program CompareTo!!!!

    and i'm using eclipse program
  7. Replies
    14
    Views
    1,927

    Re: Help Me with my Program CompareTo!!!!

    I cant use array because i'm a beginner
    and when it print i don't get the in order
    for example if i wrote : cat cloud catch

    i get cat catch catch
  8. Replies
    14
    Views
    1,927

    Help Me with my Program CompareTo!!!!

    Hello guy
    guys i am working in aprogram and still i didn't did it right?

    the Qs. is to write a program that reads in 3 words from the user and then prints out the words in alphabetic order and.
    ...
Results 1 to 8 of 8