CS120
Assignment #8

Due on or before March 8 at 11:59 pm.

For this assignment you will be creating a set of functions for manipulating an array of data. The data will consist of pseudo-randomly generated values of type double. You should make the following functions:

Make sure to write a main() function that tests each of the functions you build. Your main() function should use your generate() function to fill an array with pseudo-random values, and then call your other functions to manipulate that array. If you can't complete all of the specified functions, make a note of which ones you did complete in the comments for your code.

Turn in:Use the script command to demonstrate how your program works. Place the output from the script command into a file named Assignment8output.txt. If you can't finish all of the specified functionality, turn in as much as you complete, but what you turn in must compile and run. Turn in a copy of your program code and the Assignment8output.txt file to Canvas.