Computer Science, asked by MONKEYLOVER, 6 months ago

Evaluate the following Java expressions where a, b, c are integers and d , f are floating point numbers. The value of a =5, b=3 and d = 1.5.
(b) c=d*a+b
(C) c=(a++)* d + a
(d) f=(++ b) *b-a
(e) c=a-(b++) *(--a)
(a) f =a + b/a

Answers

Answered by joel3289
7
C=2; hopefully it will be right answer
Similar questions