Practice ยท 3 of 3
Swap through references
Implement void swap_ints(int& a, int& b) exchanging the two caller objects using only references (no pointers, no return).
Difficulty: intermediate
Press Submit to check your solution.
Back to lesson: Practice: References: borrow and write through