jpsp91 0ea11d8628 Metric vor 6 Jahren
.DS_Store initial commit vor 6 Jahren
ConversionTool.class Metric vor 6 Jahren
ConversionTool.ctxt Metric vor 6 Jahren
ConversionTool.java Metric vor 6 Jahren
ConversionToolSpec.class Metric vor 6 Jahren
ConversionToolSpec.ctxt Metric vor 6 Jahren
ConversionToolSpec.java initial commit vor 6 Jahren
README.md initial commit vor 6 Jahren
package.bluej Metric vor 6 Jahren

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