Challenge: Swap the Values of Two Variables
Test your understanding by solving the challenge given in this lesson.
We'll cover the following...
Problem statement
Write a code to swap the values of the two variables. We have already initialized the variables var1
and var2
at the ...