Computer Science, asked by krishkumar42, 1 month ago

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 shoaib61
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