What is the meaning of the word exit?
: to go out or away : depart. : die. transitive verb.
What is the use of exit statement in a loop?
The EXIT statement exits the current iteration of a loop, either conditionally or unconditionally, and transfers control to the end of either the current loop or an enclosing labeled loop. An EXIT statement must be inside a LOOP statement.