C++
Write a program that takes in a line of text as input, and outputs that line of text in reverse. The program repeats, ending when the user enters "Done", "done", or "d" for the line of text.
Ex: If the input is:
Hello there Hey done
then the output is:
ereht olleH yeH
#include using namespace std;int main() {/* Type your code here. */return 0;}
int main() {
/* Type your code here. */
return 0;}
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here