Write a program in C++ that asks the user to enter an array of size N and pass t
ID: 3692536 • Letter: W
Question
Write a program in C++ that asks the user to enter an array of size N and pass the array to a function named reverse_array that takes as its arguments an array of floating point values and an integer that tells how many floating point values are in the array. The function must reverse the order of the values in the array. The function should not return any value. Do not forget to write the main function as well. Display the original array and the reversed array in the main function. Please don't use any thing too complicated that I might not have covered in my class add Comments to Help me understand the program better, I have been having problems with it and I want to make sure I fully understand it. Thank You!