So I am writing a very simple program that prompts a user to input a file name. Assuming file name enters exists, the program will display the largest and smallest numbers to the screen. When I run the program, the largest output is correct, but the smallest displays a number not even in the file. If I switch the order of the largest and smallest function calls, the smallest displays correctly, but the largest does not. Any help would be greatly appreciated.