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
0
Answer:
( a ) f = a + b / a
Thank you for
Answered by
0
Explanation:
- f = a + b/a. c= d * a+ b. cc)c= (a++)*d +a
Similar questions