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
Original issue reported on code.google.com by
gravitydevelopment
on 18 Nov 2013 at 2:05