Computer Science, asked by Anonymous, 2 months ago

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 sumairadoll
3

Answer:

boolean x=(a>b)?true :false

X is true

value of y is 36

Answered by ItzBrainlyQueen01
35

Explanation:

x = true

y = 36

Thanks for asking this amazing question ☺️☺️

Similar questions