Posts by lauro brizidio • 11 points
1 post
-
-3
votes3
answers21946
viewsA: How to exchange the value between two variables without using auxiliary variable?
a = (a * b); b = a / b; a = a /b ;
1 post
-3
votes3
answers21946
viewsa = (a * b); b = a / b; a = a /b ;