Froilan Miranda 0e0f7afdd0 add project files | il y a 7 ans | |
---|---|---|
.idea | il y a 7 ans | |
src | il y a 7 ans | |
target | il y a 7 ans | |
.gitignore | il y a 7 ans | |
README.md | il y a 7 ans | |
conversion.iml | il y a 7 ans | |
pom.xml | il y a 7 ans |
This tool converts different units of measure. Methods have been stubbed out to convert the following:
This tool should only convert positive numbers. Any negative numbers that are passed should return 0 (This excludes temperature conversions, negative values can be converted)
Complete the implementation so that all test pass
This lab covers the following competencies: