append Digit

fun appendDigit(digit: Int)

Method to append a new Int digit in the total amount


fun appendDigit(digit: String)

Method to append a new String digit in the total amount. This method handles the DOT_CHARACTER insertion also