Computer Science, asked by Jenengapik7956, 10 months ago

Operation ""a = a * b + a"" can also be written as ___________ * 1 point a) a *= b + 1; b) (c = a * b)!=(a = c + a); c) a = (b + 1)* a; d) All of the mentioned

Answers

Answered by Anonymous
2

Answer:

d) All of the mentioned

right answer

Similar questions