Rewriten for a web service.
This is a simple function that writen up in java for a code review.
This was writen in Eclipse IDE(2019-9). Using Tomcat 8.5 with the default JRE(10).
To Run the project import to Eclipse and run project. Navigate in a web browser to http://localhost:8080/Compare/ (please sdjust to your settings). Enter the values you would like to compare. Or you can provide the numbers via the url. http://localhost:8080/Compare/Compare?num1=2.30.3&num2=2.4.6
- Andrew Makowski - Initial work