Computer Science, asked by saramehra1702, 7 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 =15.
(a) f =a + b/a
(b) c= d * a+b
(c)c= (a++)*d +a
(d) f =(+ + b)*b-a
(e) c = a -(b++)*( - -a)

Answers

Answered by jayeshsargar52
0

Answer:

( a ) f = a + b / a

Thank you for

Answered by gurungbishnumaya84
0

Explanation:

  1. f = a + b/a. c= d * a+ b. cc)c= (a++)*d +a

Similar questions