alizalang 045f93b74e done il y a 6 ans
.DS_Store initial commit il y a 6 ans
ConversionTool.class done il y a 6 ans
ConversionTool.ctxt done il y a 6 ans
ConversionTool.java done il y a 6 ans
ConversionToolSpec.class done il y a 6 ans
ConversionToolSpec.ctxt done il y a 6 ans
ConversionToolSpec.java initial commit il y a 6 ans
README.md initial commit il y a 6 ans
package.bluej done il y a 6 ans

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