This pull request includes the addition of a new program to check if a number is an Armstrong number. The changes introduce a new file others/armstrong_number.cpp with the implementation details.
[x] Search previous suggestions before making a new one, as yours may be a duplicate.
[x] I acknowledge that all my contributions will be made under the project's license.
Notes:
New features added: others/armstrong_number.cpp: Added a program to check if a number is an Armstrong number, including functions isArmstrong to determine if a number is an Armstrong number and printArmstrongResult to print the result.
This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description of Change
This pull request includes the addition of a new program to check if a number is an Armstrong number. The changes introduce a new file
others/armstrong_number.cpp
with the implementation details.Checklist
Notes:
New features added:
others/armstrong_number.cpp
: Added a program to check if a number is an Armstrong number, including functionsisArmstrong
to determine if a number is an Armstrong number andprintArmstrongResult
to print the result.