Search:

Type: Posts; User: georger55

Search: Search took 0.10 seconds.

  1. Re: Reversing letters of a words in a sentence keeping the words in the same order

    public static void main(String[] args){
    Scanner input = new Scanner(System.in);
    System.out.println("Welcome to the word reversing program");
    System.out.println("First you...
  2. Re: Reversing letters of a words in a sentence keeping the words in the same order

    Fubarable - I am not asking for handouts, I was asking for some help on a part I was stuck on. If it was a hand out I am sure I wouldn't had as much done as I already did. Second, the input.next...
  3. Re: Reversing letters of a words in a sentence keeping the words in the same order

    Can you possibly give an example or show me?
  4. Re: Reversing letters of a words in a sentence keeping the words in the same order

    if a user typed in: java is fun then the output would be avaj si nuf
  5. Reversing letters of a words in a sentence keeping the words in the same order

    public static void main(String[] args){
    Scanner input = new Scanner(System.in);
    System.out.println("Welcome to the word reversing program");
    System.out.println("First you...
Results 1 to 5 of 5