<< Dan, declare a char ch; then at the end of your program, put in cin >> ch; This will cause the screen to stay open since the program will be waiting for you to input a character. Hit any key to end the program. >>
By declare, you mean to create a new function like:
char ch()
{
}
int...