Froilan Miranda f07d6543a8 initial commit | 6 лет назад | |
---|---|---|
.DS_Store | 6 лет назад | |
ConversionTool.java | 6 лет назад | |
ConversionToolSpec.java | 6 лет назад | |
README.md | 6 лет назад | |
package.bluej | 6 лет назад |
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: