public class Operations { // The divide function public static int add(int x, int y){ return x / y; } }