DEV Community

luisguillermobultetibles
luisguillermobultetibles

Posted on

Interchange numerical values without temporal's

This excercises introduce you to a dark idea of what is information, at least for me, let's see:

supouse that a = 2 and b = 3

Do that

let a = a + b;
let b = a - b;
let a = a - b;

Is done, y así intercambias dos valores numéricos sin intermediarios, Luis. Chao.

Top comments (0)