Computer Science, asked by tanishajoshi1624, 3 months ago

(a) if a=5, b=6, c=0 calculate the value of c: c=(a+b>8) ? 2*a : 3*b (2)

(b) if a=3, b=7 calculate the value of c: c= ++a + (2*++b)​

Answers

Answered by amansarrafas24payxgs
0

Answer:

(a) c = 10

(b) c = 20

I hope you find it useful... If you have any query do comment, I will try to solve it...

Similar questions