/VimondTechTest

Java project built on Eclipse of the solution to tech test given by Vimond as part of technical assessment

Primary LanguageJava

VimondTechTest

Java project built on Eclipse of the solution to tech test given by Vimond as part of technical assessment

  1. Interval Program can be found in the package "com.vimond.techtest.interval". Run the main method in Test.java class with interval inputs "include" and "exclude" lists.

  2. Fizz Buzz program can be found in the package "com.vimond.techtest.fizzbuzz". Run the main method in FizzBuzz.java. Input can be changed by changing integerValue in the method call determineFizzBuzz(integerValue) within main method.