How do you work out a happy number?

Answer:
find a random number, square each digit, then add up your answers.
do this again and again until you reach 1.

eg: (lets pretend means squared)

13.....
1 + 3
= 1 + 9
= 10
= 1 + 0
=1
First answer by ID1378594219. Last edit by ID1378594219. Question popularity: 1 [recommend question].