Computer Science, asked by jyotirmaykrjha, 11 months ago

JAVA program to check for a HAPPY number for ICSE Class X.

Answers

Answered by loyananda12
0

The happy number can be defined as a number which will yield 1 when it is replaced by the sum of the square of its digits repeatedly. If this process results in an endless cycle of numbers containing 4, then the number is called an unhappy number. ... Else, replace the number with the sum of the square of digits.

Similar questions