Skip to content

miladmofidi/Vowel_Words_Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Vowel Worlds Analyzer Project

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.

Demo:

image

prerequisites

JDK 1.8
Maven

Installation

Build and run the project with the command line in Windows:

  cd <project-path>
  mvn clean Install
  javac VowelFinderApplication.java
  java -jar VowelFinderApplication.java

Author

Releases

No releases published

Packages

No packages published

Languages