Search:

Type: Posts; User: Woody619

Search: Search took 0.15 seconds.

  1. Replies
    11
    Views
    3,116

    Re: Returning Null

    @helloworld922 -- Wouldn't that array just return a string letter as opposed to a number (which is what is needed) ? It is supposed to return the number of vowels/consonants in a string.
  2. Replies
    11
    Views
    3,116

    Re: Returning Null

    Thanks for that push from both of you! However, when I do give the array values, I get something like this "[C@13caecd" returned instead of the number of vowels or consonants! Any thoughts to where I...
  3. Replies
    11
    Views
    3,116

    Re: Returning Null

    @aussie - "Y" is treated as a consonant.

    @Norm - Are you asking if I initialized the return variables to any value? Or is that I need to assign a variable to my return variables? I'm sorry, I am...
  4. Replies
    11
    Views
    3,116

    Returning Null

    Hello once again! I need to make a program that will count the number of vowels and consonants in a string and have that number returned. The program runs, however, it always returns vowels or...
Results 1 to 4 of 4