Armstrong number | Sololearn: Learn to code for FREE!
Nowy kurs! Każdy programista powinien nauczyć się Generative AI!
Wypróbuj darmową lekcję
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 odpowiedzi
+ 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
+ 1
29th May 2024, 1:06 PM
Brian
Brian - avatar