Ejemplo n.º 1
0
 public int TestaddTwoDigits(int n)
 {
     return(IntroGates.addTwoDigits(n));
 }
Ejemplo n.º 2
0
 public int Testcandies(int n, int m)
 {
     return(IntroGates.candies(n, m));
 }
Ejemplo n.º 3
0
 public int TestlargestNumber(int n)
 {
     return(IntroGates.largestNumber(n));
 }
Ejemplo n.º 4
0
 public int TestseatsInTheater(int nCols, int nRows, int col, int row)
 {
     return(IntroGates.seatsInTheater(nCols, nRows, col, row));
 }