Question: C++ Programming Selection II. Hands on programming. Submit your code online. 1. Write a function that takes an array of floating point values as the

C++ Programming
Selection II. Hands on programming. Submit your code online. 1. Write a function that takes an array of floating point values as the input and reverse the order of the values in the array. Call your function reverse. For example let's say the array that you pass to the function is 43,5,4,6,7,8.2) When the function returns, the array should look like (8.2, 6.7, 5.4, 43) The function should not return any value. 2- Take any word (string) as input and print it out vertically. Indicate which position of the alphabet the letter is located at, next to the letter presented. Extra For example: Hello H 8 E 5 L 12 L 12 015
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
