should work with gcc cygwin problem 1 1 point write a program that creates an array 5153378

Problem 1. (1 point) Write a program that creates an array with 10 random numbers between 1 and 100 and scales all the array

should work with gcc cygwin

Problem 1. (1 point) Write a program that creates an array with 10 random numbers between 1 and 100 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 (by calling your defined findMin and findMax functions) and scale each array element as follow: xlimin max min A sample interaction is as follow Generated random numbers from 1-100: 71.00 55.00 50.00 92.00 76.00 92.00 44.00 31.00 31.00 23.00 Scaled Numbers: 0.70 0.46 0.39 1.00 0.77 1.00 0.12 0.12 0.00 0.30

"Get 15% discount on your first 3 orders with us"
Use the following coupon
FIRST15

Order Now