/* * these two lines are needed due to the declaration-before-use rule! * without them, the compiler will not recognize cout and endl. */ #include using namespace std; // these two lines are needed due to the declaration-before-use rule (Square and Cube)! int Square (int n); int Cube (int n); int main(){ cout<<"The square of 9 is "<