I am trying to make a program opens a file called input.txt and sums all of the numbers in it along with counting the number of numbers.

So far i have

import java.util.Scanner;
import...