Complete the body of the decrement static method using only the NaturalNumberKernel methods (multiplyBy10, divideBy10, and isZero). The code for increment is provided as an example of a recursive method on NaturalNumber.