Which of these methods can be used to know the degree of adjustment made by the user?
(a) getValue()
(b) getAdjustmentType()
(c) getAdjustmentValue()
(d) getAdjustmentAmount()
(a) getValue()
(b) getAdjustmentType()
(c) getAdjustmentValue()
(d) getAdjustmentAmount()
Correct choice is (a) getValue()
To elaborate: The amount of the adjustment can be obtained from the getvalue() method, it returns an integer value corresponding to the amount of adjustment made.