(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
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
Math,
3 months ago
English,
3 months ago
Math,
10 months ago
Chemistry,
10 months ago
Computer Science,
10 months ago