This repository is about determining longest word and length in a sentence.
Install JDK-8
Install Maven
Install git
git clone https://github.com/mrahman53/EY.git
mvn test
besides maven run, you can also run from the main method in DetermineWordLength.java
TestNG has been used for unit testing.
Maven is to manage dependency/build tools.