0

Armstrong number

How can I write code for I am armstrong number in Java. I have tried it but not get perfect results. So could you tell me please ๐Ÿ™.

29th May 2024, 10:11 AM
๐—ฃ๐—ฎ๐˜„๐—ฎ๐—ป ๐—ž๐˜‚๐—บ๐—ฎ๐—ฟ ๐Ÿ…Ÿ๏ธŽ๐Ÿ…š๏ธŽ
๐—ฃ๐—ฎ๐˜„๐—ฎ๐—ป ๐—ž๐˜‚๐—บ๐—ฎ๐—ฟ ๐Ÿ…Ÿ๏ธŽ๐Ÿ…š๏ธŽ - avatar
3 Answers
+ 4
Hi Pawan, Iโ€™d recommend breaking down the problem into smaller steps, maybe defining a function to check numbers in order to make this easier. IF the sum of EACH digit of number X raised to the SAME power is equal to X, then true.
29th May 2024, 10:32 AM
Kai Harrison
+ 4
Could you describe what do you mean under strong number and link your code, what you done do far?
29th May 2024, 10:42 AM
JaScript
JaScript - avatar