/* * * 8.14 * * */ int main () { /* They are references because the vectors could be very large and passing a reference means it does not have to be copied. Const is because the data only needs to be read. */ return 0; }