Posts by teslasoft • 11 points
1 post
-
-3
votes3
answers20150
viewsA: Converts negative number to positive
Another solution to the problem: int N = -3 int R = ((N*2)+N) The result of R is 3.
1 post
-3
votes3
answers20150
viewsAnother solution to the problem: int N = -3 int R = ((N*2)+N) The result of R is 3.