Computer Science, asked by preethamr700210, 2 months ago

8. Give output:
int p=29, q=39,r;
r=q>p ? p+q:9-p;
System.out.println(“Answer is : "+r);​

Answers

Answered by savitaaggarwal073
0

Answer:

p+q=29+39= 68

Explanation:

As p is greater than q

Similar questions