Please send questions to st10@humboldt.edu .

// header file for function swap

void swap(int& val1, int& val2);