Question: 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

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: xlil-min maxmin
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
