Computer Science, asked by Kartikrojarriya6458, 1 year ago

If a=4,b=4, c=1.5 then the value of d=a+++++b*++c


aalaparunp66okp: Could you specify the value type(int , float etc)

Answers

Answered by rinkychakrabarti
0

please give brackets becuz it gets confusing

d= (a++) + (++b)*(++c)

= 4+ 5 * 2.5

= 4+ 12.5

= 16.5

Similar questions