Home > other >  The test case
The test case

Time:10-31

1, we give the following program of data flow test cases (full)
Too few
Int main ()
{
Int x, y, t;
The scanf (x);
The scanf (y);
If (x> Y)
T=x;
The else
T=y;
Printf (t);
}

CodePudding user response:

Can someone answer ah

CodePudding user response:

(1) x=1 y=2;
(2)=2 x y=1;

Two test cases
  • Related