rayskeez21 d38614c4d2 Done 6 yıl önce
.DS_Store initial commit 6 yıl önce
ConversionTool.class Done 6 yıl önce
ConversionTool.ctxt Done 6 yıl önce
ConversionTool.java Done 6 yıl önce
ConversionToolSpec.class Done 6 yıl önce
ConversionToolSpec.ctxt Done 6 yıl önce
ConversionToolSpec.java initial commit 6 yıl önce
README.md initial commit 6 yıl önce
package.bluej initial commit 6 yıl önce

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