1.

If a program does not stop from looping what will you do

Answer» USES an INFINITE loopwhile (true) { // CODE}Exit the console to stop LOOPING


Discussion

No Comment Found