Math, asked by shimi28, 2 months ago

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 kanchanabhadana2011
0

Answer:

8+7++4+3+6+3+2+3+49+15+90

Similar questions