Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

need a c program

0 votes
asked Mar 13, 2019 by Henry


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: []max −

******** 

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...