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