Reading (for next class): SICP, Section 3.2.
void foo(int& x) {...}
)
are really passed by reference and not by value/result. That is, you
should write a small program that would do a different thing in each
of these two parameter passing modes.