Пример #1
0
 public int Divide(int a, int b)
 {
     result = Division.Quotient(a, b);
     return(result);
 }