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