Computer Science, asked by rehan33, 1 year ago

evaluate the following Java expression

if a= 2,b=3,c=9
a2 +b2
a*(++b)*(--c)

Answers

Answered by yAshay11
1
I am not understanding the last line
Answered by Aman1404
1
a2+b2=2×2 + 3×2
=4+6
=10

a*(++b)*(--c)
2×4×8
=64
Similar questions