// answer to coding question #3 // using an auxiliary function to help build up strings #include using namespace std; string hob_maker(string end, string mid, int n) { string tmp = ""; for (int i=2; i