Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Re: String Method(Reverse words, reverse characters,Uppercase, lowercase,length)

    Can you show the String that the program should output if its input is the following String?
    "This is the input"
  2. Re: String Method(Reverse words, reverse characters,Uppercase, lowercase,length)

    Where are the samples? I was looking for something like this:
    input= "this is the input"
    output = "input the is this"

    A lot of code has been posted. I don't see a simple list of input Strings...
  3. Re: String Method(Reverse words, reverse characters,Uppercase, lowercase,length)

    Can you do this:
    Please post a couple of examples of input and the desired output to avoid any confusion.
  4. Re: String Method(Reverse words, reverse characters,Uppercase, lowercase,length)

    Please post a couple of examples of input and the desired output to avoid any confusion.
  5. Re: String Method(Reverse words, reverse characters,Uppercase, lowercase,length)

    Can you explain what that means?


    Separate the words and reverse each one in turn. Do you know how to write a method? This would be a good place to use one.

    Please edit your post and wrap...
Results 1 to 5 of 5