punchware / JIO-Library

Automatically exported from code.google.com/p/gravity-jio
4 stars 4 forks source link

Feature 1.1- Math: Convertion between inch and cm #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) What the feature does?
- Measurement conversion with two ways either inch to cm or cm to inch.

2) How the feature being implemented?
- 3 compulsory input:
  - value
  - source measurement value
  - convert measurement value

3) Structure of this feature?
- measureInchCm(xValues,aMeasurement,bMeasurement);
- Should have a try catch block.
- If either input values are $null, notify by returning an exception message.
- Negative values are not accepted.

4) Weightage of importance (low/medium/high)
- High

Original issue reported on code.google.com by gravitydevelopment on 18 Nov 2013 at 2:05