Computer Science, asked by asha123chetry, 19 days ago

OPERATORS AND EXPRESSIONS
103
45. 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.
(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 sasnjaymishraabhina
0

Explanation:

Arrange the block in the correct sequence , such that when the relevant button is clicked the output received is the difference of two numbers

Similar questions