public class Somma { public static int somma(int x, int y) { return x + y; } }