(e) What are the values of x and y when the following Statements are executeed?
int a=63, b=36,
boolean x= (a>b)? a: b;
Int y= (a<b)?a: b:
Answers
Answered by
23
x=true
y=36
Subscribe my YouTube channel--- Java learner_97
Answered by
2
Answer:
x= true
y =36
this is the answer
Similar questions