public static void inputThenPrintSumAndAverage (){ Scanner scanner = new Scanner(System.in); int count =0; int sum =0 ; long average