Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    9
    Views
    947

    Re: Am I doing something wrong?

    Do you want to post your solution so others can see it?
  2. Replies
    9
    Views
    947

    Re: Am I doing something wrong?

    No, nothing like that. I don't see any way that code tries to use one of the String class's methods to create a new String with the replaced vowel.

    The code I am talking about to replace a char...
  3. Replies
    9
    Views
    947

    Re: Am I doing something wrong?

    To change the value of a variable, there needs to be an assignment statement:

    theVariable = theNewValue;

    However, The contents of Strings can not be changed.

    To create a String with...
  4. Replies
    9
    Views
    947

    Re: Am I doing something wrong?

    How is the code trying to change vowels to #s? I don't see any code that does that.
    What is the purpose of printing out the #s?
  5. Replies
    9
    Views
    947

    Re: Am I doing something wrong?

    What was the phrase that was entered?
    What was the expected output?
    What was the actual output?


    Where is the code to change a vowel to a #?

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