What are the values of X and Y when the following statements are executed :
int a = 63, b = 36;
boolean x = ( (a>b) ? a:b;
int y = ( a< b)? a:b;
Answers
Answered by
1
Answer:
What are the values of X and Y when the following statements are executed :
int a = 63, b = 36;
boolean x = ( (a>b) ? a:b;
int y = ( a< b)? a:b;
What are the values of X and Y when the following statements are executed :
int a = 63, b = 36;
boolean x = ( (a>b) ? a:b;
int y = ( a< b)? a:b;
Explanation:
hope it helps you mark as me brainlist drop thanks please.
Similar questions