Java: Last n vowels of a given string
Write a Java program to get the last n vowels of a given string.
Sample Solution:
Java Code:
Sample Output:
Original String: Java Last 2 vowels of a given string: aa Original String: JavaScript Last 2 vowels of a given string: ai Last 3 vowels of a given string: aai Original String: SQLite Last 2 vowels of a given string: ie Original String: The quick brown fox jumps over the lazy dog. Last 2 vowels of a given string: ao Original String: The quick brown fox jumps over the lazy dog. Last 3 vowels of a given string: eao Original String: The quick brown fox jumps over the lazy dog. Last 15 vowels of a given string: Number of vowels mismatch!!!
Pictorial Presentation:
Flowchart :
For more Practice: Solve these Related Problems:
- Write a Java program to extract the last n vowels from a string using regex and substring methods.
- Write a Java program to reverse a string and then select the first n vowels from the reversed string, restoring their order.
- Write a Java program to implement a method that scans a string from the end and collects n vowels encountered.
- Write a Java program to return the last n vowels in a string while ignoring case differences.
Java Code Editor:
Contribute your code and comments through Disqus.
Previous: Separate consonants and vowels from a given string.
Next: Check whether a given string is a valid hex code or not.What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.
- Weekly Trends and Language Statistics
- Weekly Trends and Language Statistics