Question: Implment in c ++ Write a program that will read up to 10 letters (characters) into an array and write the letters back to the


Implment in c ++
Write a program that will read up to 10 letters (characters) into an array and write the letters back to the screen in the reverse order. The program should prompt the user to such as (make sure that you'll include meaningful and intuitive messages to the user). Please note that C++ stores a string with an extra NULL character at the end to terminate the string so you can't just output the array from the last index back to 0. For example, if the input is ahcde, the output should be edcb. Include appropriate messaging (UI, i.e., user interface) to the user
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
