Question: To design and implement functions to process ID Arrays. Instructions: Be sure to document your code (add comments on top of each function). In the


To design and implement functions to process ID Arrays. Instructions: Be sure to document your code (add comments on top of each function). In the comments add your name, date, course, homework number, and statement of problem. Once you are done, upload your final solution through Blackboard. Take care of input validation. Feel free to use exit(0) to stop program from further running. Implement a program called Arrays1DDemo.c Steps: It is up to you to choose what the return type should be. Be creative! Functions should not have pointers implementations. Arrays1DDemo.c has the following functions Part1 (90 points): (1-Dimensional Array Functions) 1. [18 points] Implement a function called fillArray that fills a one-dimensional array with random integers. Integers are picked in the range rand_min to rand_max (inclusive.). Here is a demo of filling an array of 40 elements with integers in the range 0 and 100. 0 17 99 16 59 30 56 86 45 66 19 71 12 45 81 51 0 35 U OO 48 1 38 61 35 9 53 79 90 36 57 81 83 14 60 52 75 16 61 30 2. [18 points) Implement a function called findWithRange that locates the largest element in a range of the same array. The range consists of the array cells indexed between indices LOW and HIGH, inclusive. Decide what your function should do for indexes out of bounds, or if highSelectedRange
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
