determine the value of variable x and y int a=63 b=36 bool2an x=(a>b)?true:false; int y=(a<b)?a:b;
Answers
Answered by
2
Answers
1. x = true
2. y = 36
Similar questions