I have Dev C++ installed and ready to use, but when I compile and run a program, the output window flashes by too quickly for me to see the results. How can I make the output window stay open long enough for me to view the program's output? Is there a specific method to pause or delay the closing of the console so I can review the results properly?