Search:

Type: Posts; User: F3rEgl

Search: Search took 0.22 seconds.

  1. Re: Combining arrays and counting vowels in String arrays

    Ok,
    First step, like you said, a loop to look through each word one at a time
    Second I need to count the vowels in each word
    Third I need to compare the vowel count in each word
    Fourth I need...
  2. Re: Combining arrays and counting vowels in String arrays

    Sorry, I'm not understanding this. Here's what I'm getting, I think, at least.

    I need to loop through the array of words. A for each loop will do that cause it stops at each word, right?

    So if...
  3. Re: Combining arrays and counting vowels in String arrays

    I am trying to figure out how to count vowels in a string array so I can find the word with the least vowels. If two or more words have the fewest, I want the smaller of the two words.
    If I have,...
  4. Re: Combining arrays and counting vowels in String arrays

    Thank you so much, that did it!

    Are you (or is anyone) able to help with the counting vowels one, please? I'm so stumped. Any hints on how I do this would be so great. I just have no idea. Would...
  5. Combining arrays and counting vowels in String arrays

    Hi!
    Thank you for helping, and I apologize if this is the wrong thread. I hope I'm posting in the right place.

    What I want to do is take two arrays and combine them.
    String[] word = {"happy",...
Results 1 to 5 of 5