This is my first pull request, and it includes an implementation for checking Armstrong numbers. I used loops to extract the digits of the number and then checked if it satisfies the Armstrong condition. I hope you find the code clear and well-structured. Thank you for considering my contribution!
This is my first pull request, and it includes an implementation for checking Armstrong numbers. I used loops to extract the digits of the number and then checked if it satisfies the Armstrong condition. I hope you find the code clear and well-structured. Thank you for considering my contribution!