You could try changing the cout near the end to
Code:
cout << "Acronym is " << acronym<<"\n";
cout << "Again?:";
It might work - I'm not sure, just try it.