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
0
Answer:
p+q=29+39= 68
Explanation:
As p is greater than q
Similar questions