Lauren Green eaaefd15ee Conversion methods written and tested. | 6 yıl önce | |
---|---|---|
.idea | 6 yıl önce | |
src | 6 yıl önce | |
target | 6 yıl önce | |
.gitignore | 7 yıl önce | |
README.md | 7 yıl önce | |
conversion.iml | 6 yıl önce | |
pom.xml | 7 yıl önce |
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: