armstrong_num.cpp is a code demonstrating the categorization of numbers into whether an Armstrong number or not.
But the code only works for numbers of 3 digits. Generalization needed to get it working for numbers of any digits. Read more about Armstrong number here.