class Main { public static void main(String args[]) { int sum = Somma.somma(4,5); System.out.println(sum); } }