What will be the output of the following:
int max=a>b?a:b;
int min=a<b?a:b;
for (int i=1;i<=min; i++)
{ x=max*i;
if(x&min==0) { l=x; break; }}
System.out.println("Result = "+1);
if initially value of a and b is 10 and 14
Answers
Answered by
0
Answer:
8+7++4+3+6+3+2+3+49+15+90
Similar questions
Social Sciences,
1 month ago
Math,
1 month ago
Computer Science,
2 months ago
Computer Science,
9 months ago
Chemistry,
9 months ago