Write an interactive program that prompts the user for three real numbers and finds the sum, average,smallest, and the largest value of the numbers and prints the results.
Program Requirements:
- The program must contain six functions using parameters. These functions should read the data ,perform the above tasks,
and print the results.
- The program must be fully documented.
- You must submit a hard copy of the source and properly labeled output.
- Test your program for different values for the real numbers.