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 🙏.
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.
+ 4
Could you describe what do you mean under strong number and link your code, what you done do far?
+ 1
𝗣𝗮𝘄𝗮𝗻 𝗞𝘂𝗺𝗮𝗿 🅟︎🅚︎ you might find further insight from other solutions posted here:
https://www.sololearn.com/learn/4708/?ref=app