a = a+b // a = 5, b=10 b = a-b // 15-10=5 a = a-b // 15-5=10
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)