Computer Science, asked by sanan2737, 1 year ago


(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 amannishad0512p5zxh6
23

x=true

y=36

Subscribe my YouTube channel--- Java learner_97

Answered by ashmitawalia07
2

Answer:

x= true

y =36

this is the answer

Similar questions