I want to be able to do something along the lines of Press any key to exit at program completion, but have no been able to figure out how to.
Press any key to exit
When I run
Possible options: 1) system("pause"); 2) getch(); 3) getchar();