Evaluate the following(show the steps)
1.a=5;
a + = --a + a++ * 7
2.If a=12, b=8, find the value of:
a * = ++a / 6 + b++ % 3
Answers
Answered by
1
Answer:
the answer is 68
explanation
1.a=5;
a + = --a + a++ * 7
2.If a=12, b=8,
a * = ++a / 6 + b++ % 3
Similar questions