This is a simple application to get strings, find those that have vowel letters, and provide information about the word such as:
- count of vowels.
- the average vowels in the word.
- list the found letters.
- index of the vowel letter in the word.
JDK 1.8
Maven
Build and run the project with the command line in Windows:
cd <project-path>
mvn clean Install
javac VowelFinderApplication.java
java -jar VowelFinderApplication.java