Question: a C code program Problem 3. (15 points) Write a program that creates an array with five random numbers and scales all the array elements

Problem 3. (15 points) Write a program that creates an array with five random numbers and scales all the array elements to the range of 0 to 1. Test your program by printing the array elements, scaling the array elements, and then again printing the array elements to show the result. Hint: You need to find the minimum and maximum number in the array and scale each array element as follow: -min max - min
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
