Page 1 of 1

Operation “a = a * b + a” can also be written as ___________

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) a *= b + 1;
b) (c = a * b)!=(a = c + a);
c) a = (b + 1)* a;
d) All of the mentioned