https://github.com/zipcodecore/maven.metricconversions
https://github.com/zipcodecore/maven.metricconversions
corejava corejava-chapter3
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zipcodecore/maven.metricconversions
- Owner: ZipCodeCore
- Created: 2017-05-10T13:55:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T05:14:04.000Z (over 8 years ago)
- Last Synced: 2025-04-15T21:16:07.264Z (8 months ago)
- Topics: corejava, corejava-chapter3
- Language: Java
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 11
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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