I am truely stumped please help me!
The program will search a file of numbers of type int and write the largest and the smallest numbers to the screen.

#include <iostream.h>
#include <fstream.h>...