G
Guest
Do the following strings of code perform the same operation?
num1 = num2
and
num2 = num1
If they don't, what is the difference between them? Thanks.
num1 = num2
and
num2 = num1
If they don't, what is the difference between them? Thanks.