3. (a) What are the values of x and y
int a= 63; b=36;
boolean x=(a>b)?true:false;
int y=(a<b)?a:b;
Answer only if you know
Answers
Answered by
3
Answer:
boolean x=(a>b)?true :false
X is true
value of y is 36
Answered by
35
Explanation:
x = true
y = 36
Thanks for asking this amazing question ☺️☺️
Similar questions