Interchanges two integer variables without using a temporary variable, relying solely on XOR operations.
Explain code with DocComment! Try out your own code!