How to swap two variables, without using third variable ?
The first two answers are correct. Third will FAIL in the case the second num is 0. The #19 one still uses a third variable.