java-programs- icon indicating copy to clipboard operation
java-programs- copied to clipboard

Happy Number

Open Arghadip-Chatterjee opened this issue 2 years ago • 0 comments

A number is called happy if it leads to 1 after a sequence of steps wherein each step number is replaced by the sum of squares of its digit that is if we start with Happy Number and keep replacing it with digits square sum, we reach 1.

Arghadip-Chatterjee avatar Oct 22 '22 08:10 Arghadip-Chatterjee