Search:

Type: Posts; User: WantHelp

Search: Search took 0.07 seconds.

  1. Replies
    7
    Views
    2,320

    Re: Reverse String

    Yes i did it and i reversed it
  2. How to place a number in front of a string?!!

    Hello
    Guys i working in a program that i enter strings
    until the user write Stop, STOP, stop
    how do i stop it

    i did this

    [
    I'm going out
    Today is hot
  3. Replies
    7
    Views
    2,320

    Re: Reverse String

    I DID IT !!
  4. Replies
    7
    Views
    2,320

    Re: Reverse String

    I USE ECLIPSE
  5. Replies
    7
    Views
    2,320

    Reverse String

    Hello,
    guys i need help to reverse this string
    using basic method
    i'm just a beginner in java

    this is my code:
    IT SHOULD SKIP COMMAS (,) AND FULLSTOP (.)
  6. Replies
    14
    Views
    1,924

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

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

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

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

    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
  9. Replies
    14
    Views
    1,924

    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;
    }...
  10. Replies
    14
    Views
    1,924

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

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

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

    and i'm using eclipse program
  12. Replies
    14
    Views
    1,924

    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
  13. Replies
    14
    Views
    1,924

    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 13 of 13