Sum of squares of digits of a number in java using recursion July 8, 2019 16 32 64 128 Given an integer num repeatedly add all its digits until the result has only one digit and return it