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 Respostas
+ 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