Aditya-K477 / HACTOBERFEST--2024

come and contribute here
12 stars 92 forks source link

ARMSTRONG NUMBER--USING LOOPS #39

Open raman976 opened 1 month ago

raman976 commented 1 month ago

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!