Froilan Miranda 0e0f7afdd0 add project files | преди 7 години | |
---|---|---|
.idea | преди 7 години | |
src | преди 7 години | |
target | преди 7 години | |
.gitignore | преди 7 години | |
README.md | преди 7 години | |
conversion.iml | преди 7 години | |
pom.xml | преди 7 години |
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: