class Product implements IntIntToInt { public int func(int m,int n) { return m*n; } }