\\ \\ where The problem in here
public static void displaySum(int x , int y) { System.out.println("Sum of %d and %d is %d ",x,y,x+y); }