I have a one function i.e applyCredit(double amount )
if i am calling this function as applyCredit(inputAmount)
and inputAmount
is in double 2 precision format i.e ####.00
if the amount
in a function got updated several times
and now question is : format of the amount
always will be with 2 precision or it may get changed as it is of the type double