#ifndef ARMSTRONG_NUMBERS #define ARMSTRONG_NUMBERS #include bool is_armstrong_number(int candidate); #endif