Computer Science, asked by rheaantonita, 9 months ago

evaluate the following expression a-(b++)*(--c) if a=2, b=3 and c=9 (it's a computer question)

Answers

Answered by krs1000023007
2

Answer:

a=2, b=3, c=9

a×(++b)%c

=2×(++3)%9

=2×4

=8

Answered by stutijha280846
2

Answer:

a=2, b=3, c=9

a×(++b)%c

=2×(++3)%9

=2×4

=8

Explanation:

Similar questions