Home > Back-end >  Use if statements to compare the size of the two great god solve the small white
Use if statements to compare the size of the two great god solve the small white

Time:09-26

# include & lt; Stdio. H>
The main ()
{int a, b;
Printf (" please enter the number two larger \ n;" );
The scanf (" % d, % d ", & amp; A, & amp; B);
If (a>=b)
Printf (" maximum value for % d ", a);
The else
Printf (" maximum value for % d ", b);
}

Why executed only if the first statement below

CodePudding user response:

% d, % d

Not

% d, % d

CodePudding user response:

The
reference 1/f, arfi response:
% d, % d

Not

% d, % d

Thank you,,,
  • Related