TheAlgorithms / PHP

All Algorithms implemented in PHP
MIT License
2.15k stars 468 forks source link

Added Armstrong checker #88

Closed Samadmemon991 closed 2 years ago

Samadmemon991 commented 2 years ago

An Armstrong number is one whose sum of digits raised to the power three equals the number itself.