Froilan Miranda 0e0f7afdd0 add project files | před 7 roky | |
---|---|---|
.idea | před 7 roky | |
src | před 7 roky | |
target | před 7 roky | |
.gitignore | před 7 roky | |
README.md | před 7 roky | |
conversion.iml | před 7 roky | |
pom.xml | před 7 roky |
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: