What are the values of x and y when the following statements are executed? int a=56,b=40;
boolean x=(a
int y=(a
Answers
Answered by
1
Answer:
int a = 63, b = 36;
boolean x = (a > b)? true : false;
int y = (a < b)? a : b;
Similar questions
English,
16 days ago
Hindi,
16 days ago
Social Sciences,
16 days ago
English,
1 month ago
Math,
1 month ago
Biology,
9 months ago
World Languages,
9 months ago
Science,
9 months ago