Q QQQ New member Nov 5, 2010 #1 this not true? This is for C++. a/b*b+a%b == a But setting a = 5 and b = 2, the answer should be 6, not why. Why does it output a 5?
this not true? This is for C++. a/b*b+a%b == a But setting a = 5 and b = 2, the answer should be 6, not why. Why does it output a 5?