Computer Science, asked by hrisheekadua27, 4 months ago

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 sabarish86
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