Unlimited tries Assume a Scanner reference variable named input has been declared, and it is associated with a file that contains a sequence of integers. Also assume that an int variable named total has been declared, but has not been initialized. Write the code necessary to read all the integers from the file and store their sum in the total variable.