#include using namespace std; int main() { char c; cout << "Testing 1, 2, 3,\n"; cout << "Press a key and hit enter to exit\n"; cin >> c; return 0; }