IM new programming and IM writing a program in C that reads
in floating point numbers until the user terminates the program by entering a certain value. The program then needs to find the largest, smallest, and average of all the numbers entered. My problem is IM not allowed to use an array to solve the problem. IM writing functions for each of the three criteria, smallest, largest etc. Can his be done?