Computer Science, asked by sanskriti04173, 1 year ago

how to find the index(position) of vowels in a string in java?​

Answers

Answered by DDestroyer
7

Try this to help you that Static method vowels(String str), will find vowels at the given string. This method calls at the main method as vowels(s), then vowels method will be executed. 3) In vowels(String str) method for loop iterates from j=0 to j< length of the string.

Similar questions