Computer Science, asked by shivanimahawarp83wef, 5 months ago

Q17. Evaluate-
Int a = 4, b = 6, C = 8, d;
boolean z;
d=a>b ? b>c ? (a+5) :(b + 5): (c + 5); give the value of d.
z = (a + b + c) > = (a+b-c) && ! ((a + b-c) > (a-b+c)); Give the value of z​

Answers

Answered by malongjoseph64
0

Answer:

too much calculation i don't like bring me an easy for beginner

Similar questions