Question: HELP PLEASE C++ Instructions When analyzing data sets, such as data for human heights or for human weights, a common step is to adjust the
HELP PLEASE C++

Instructions When analyzing data sets, such as data for human heights or for human weights, a common step is to adjust the data. This adjustment can be done by normalizing to values between 0 and 1. Write a code block that reads (from user input) a list of 5 numbers and stores them in a vector of doubles. Then, the block adjusts the values by dividing all of them by the largest value. Output each floating-point value with two digits after the decimal point, which can be achieved by executing: cout #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
