Eric Foster 4668dd26d0 completed lab пре 6 година
.DS_Store initial commit пре 6 година
ConversionTool.class completed lab пре 6 година
ConversionTool.ctxt completed lab пре 6 година
ConversionTool.java completed lab пре 6 година
ConversionToolSpec.class completed lab пре 6 година
ConversionToolSpec.ctxt completed lab пре 6 година
ConversionToolSpec.java initial commit пре 6 година
README.md initial commit пре 6 година
package.bluej completed lab пре 6 година

README.md

Conversion Tool

This tool converts different units of measure. Methods have been stubbed out to convert the following:

  • Centimeters <-> Inches
  • Feet <-> Meters
  • Celcius <-> Fahrenheit
  • MPH <-> KPH

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:

  • Variable instaniation
  • Constants
  • Order of operations
  • Conditionals
  • Block scope
  • Floating point arithmatic