Why is java showing me exception when i am taking input from the user?

前端 未结 0 1598
刺人心
刺人心 2020-11-22 12:45
public static void inputThenPrintSumAndAverage (){
        Scanner scanner = new Scanner(System.in);
        int count =0;
        int sum =0 ;
        long average          


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