Break
-> Suppose we want that our loop should stop running when certain conditions meet then we use Break.
Example - Suppose we want to find a particular number from a list of numbers and if that number is found then we should come out of the loop.
#...