Question: Design a program that prompts the user to enter a string and then displays the string contents backward. For instance, if the user enters gravity
Design a program that prompts the user to enter a string and then displays the string contents backward. For instance, if the user enters “gravity” the program should display “ytivarg.”
VideoNote The Backward String Problem
Step by Step Solution
3.46 Rating (153 Votes )
There are 3 Steps involved in it
include include int main stdstring inputString Prompt user to ... View full answer
Get step-by-step solutions from verified subject matter experts
