Question: DO NOT USE VECTORS UNLESS STATED TO DO SO IN THE QUESTION 3. Write a function in C++ called read floats (int n) that reads
DO NOT USE VECTORS UNLESS STATED TO DO SO IN THE QUESTION
3. Write a function in C++ called read floats (int n) that reads n float values from the user into an array and return the array back to the caller. Recall that a regular array will get deallocated when the function returns.

(10 points) Write a function called read_floats(int n) that reads n float values from the user into an array and return the array back to the caller. Recall that a regular array will get deallocated when the function returns
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
