12345678910111213
// HEADER #ifndef PA2_FUNCTIONS_H #define PA2_FUNCTIONS_H using namespace std; #include <iostream> #include <cmath> extern const int ENTRIES = 10; // some functions here #endif
extern