Computer Science, asked by gaganghumman79, 3 months ago

Q2:- Determine the values of
variable x and y:
int a=99,b=76;
boolean x=(a>b)?true:false;
int y=(a<b)?a:b; ​

Answers

Answered by ijatinthakur
0

Answer:

X=true

Y=76

Explanation:

as x is asked in boolean form and y is asked in int form

Similar questions