Exemplo n.º 1
0
 // substraction
 public static int Sub(int a, int b)
 {
     return(ArithmeticOperations.Substraction(a, b));
 }