Question: Create the main.h and main.cpp files for a C++ program that prompts the user to enter a line of characters of any length, and then

Create the main.h and main.cpp files for a C++ program that prompts the user to enter a line of characters of any length, and then display the line in reverse order. In other words, if the user enters "Hello World" your program would display "diroWolleH". The user input should be read from std::cin. Do Not require the user to enter any information about the length of the line - the only input the user should provide is the input line itself, entered one time. Your program may use the
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
