isaiahrobinson1880 isaiahrobinson1880 30-05-2023 Computers and Technology contestada Which of the following closes an input sequential access file named states.txt? The file is associated with a StreamReader variable named inFile. a. StreamReader(inFile).Close() b. StreamReader.Close(inFile) c. inFile.Close() d. Close(inFile)