I need to print the string typed in by user off of keyboard, and take that string and reverse it(for example: "today is wednesday" to "wednesday is today"), I don't really know how to do it, and was hoping someone could help. I have some of it written out, but I can't figure out the rest
#include <iostream>
#include <fstream>
#include <string>
using namespace std;