Where is the error in this code? java for NetBeans IDE 8.2 RC

后端 未结 0 665
生来不讨喜
生来不讨喜 2020-12-09 02:49

\\ \\ 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);   
} 


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题