Computer Science, asked by talishzaman1, 4 months ago

if a=48;b=13;find the value of n=b++*5/a++ + b​

Answers

Answered by harneetmakkad27
2

Answer:

n = 13++ * 5/48 ++ +13

=> 13 * 0.10 + 13

=> 1.3 + 13

[ n => 14.3 ]

hope it helped!!

Similar questions