After executing your GUI program, you realize that your code has created an infinite loop. How can you break free of the loop in your GUI program?
A. Use Ctrl + C
B. Use Ctrl + Break
C. Close the Frame that hosts the application
D. Close the IDE
Answer: C
Computer Science & Information Technology